@sthan/mcp-server 0.1.4 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -28,7 +28,7 @@ const READ_ONLY_HINTS = {
28
28
  };
29
29
  const server = new mcp_js_1.McpServer({
30
30
  name: "sthan",
31
- version: "0.1.4",
31
+ version: "0.1.5",
32
32
  });
33
33
  // --- Tool 1: Verify US Address ---
34
34
  server.registerTool("sthan_verify_address", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sthan/mcp-server",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "mcpName": "io.github.sthan-io/mcp-server",
5
5
  "description": "MCP server for sthan.io — US address verification, parsing, autocomplete, geocoding, and IP geolocation",
6
6
  "main": "dist/index.js",
@@ -46,7 +46,7 @@
46
46
  },
47
47
  "dependencies": {
48
48
  "@modelcontextprotocol/sdk": "^1.12.1",
49
- "@sthan/core": "0.1.4"
49
+ "@sthan/core": "0.1.5"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@types/node": "^25.5.0",