Skip to content

Commit 8f74f79

Browse files
committed
build: bump version to 0.1.7
1 parent 0509bb0 commit 8f74f79

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "magicpod-mcp-server",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"description": "Model Context Protocol server for MagicPod integration",
55
"type": "module",
66
"bin": {

src/openapi-mcp-server/mcp/proxy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export class MCPProxy {
5555
private otherTools: OtherToolDefinition<any>[],
5656
) {
5757
this.server = new Server(
58-
{ name, version: "0.1.6" },
58+
{ name, version: "0.1.7" },
5959
{ capabilities: { tools: {} } },
6060
);
6161
const baseUrl = openApiSpec.servers?.[0].url;

0 commit comments

Comments
 (0)