Skip to content

Commit 76c732a

Browse files
Merge pull request #63 from IPGeolocation/release/v1.0.20
Release v1.0.20
2 parents f87ce75 + 1859a70 commit 76c732a

6 files changed

Lines changed: 18 additions & 16 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Works with Claude Desktop, Cursor, Windsurf, VS Code, Codex, Cline, Glama, and a
1616
| Item | Value |
1717
|------|-------|
1818
| Package | `ipgeolocation-io-mcp` |
19-
| Version | `1.0.19` |
19+
| Version | `1.0.20` |
2020
| Transport | `stdio` |
2121
| Node.js | `>=18` |
2222

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,5 +169,5 @@
169169
"required": true
170170
}
171171
},
172-
"version": "1.0.19"
172+
"version": "1.0.20"
173173
}

package-lock.json

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

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,13 @@
8484
"overrides": {
8585
"@hono/node-server": "1.19.14",
8686
"express-rate-limit": "8.5.1",
87-
"hono": "4.12.18",
88-
"path-to-regexp": "8.4.2"
87+
"hono": "4.12.25",
88+
"path-to-regexp": "8.4.2",
89+
"qs": "6.15.2"
8990
},
9091
"devDependencies": {
9192
"@types/node": "^22.0.0",
9293
"typescript": "^5.7.0"
9394
},
94-
"version": "1.0.19"
95+
"version": "1.0.20"
9596
}

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"registryType": "npm",
3030
"registryBaseUrl": "https://registry.npmjs.org",
3131
"identifier": "ipgeolocation-io-mcp",
32-
"version": "1.0.19",
32+
"version": "1.0.20",
3333
"transport": {
3434
"type": "stdio"
3535
},
@@ -45,5 +45,5 @@
4545
]
4646
}
4747
],
48-
"version": "1.0.19"
48+
"version": "1.0.20"
4949
}

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export function createMcpServer(
6767
): McpServer {
6868
const server = new McpServer({
6969
name: "ipgeolocation-io-mcp",
70-
version: "1.0.19",
70+
version: "1.0.20",
7171
}, {
7272
instructions: TOOL_SELECTION_INSTRUCTIONS,
7373
});

0 commit comments

Comments
 (0)