@sgpdirectory/mcp 1.2.0 → 1.3.0

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/package.json +3 -3
  2. package/server.json +4 -4
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@sgpdirectory/mcp",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "description": "Singapore business directory. Search companies, UENs, and SSIC industry classifications.",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
7
  "start": "node ./index.js",
8
8
  "test": "node scripts/smoke-test.js",
9
9
  "version": "node scripts/sync-version.js",
10
- "deploy": "sh scripts/4-publish.sh"
10
+ "deploy": "sh scripts/3-login-dns.sh && sh scripts/4-publish.sh"
11
11
  },
12
12
  "keywords": [
13
13
  "mcp",
@@ -31,5 +31,5 @@
31
31
  "publishConfig": {
32
32
  "access": "public"
33
33
  },
34
- "mcpName": "com.sgpdirectory/business-directory"
34
+ "mcpName": "com.sgpdirectory/mcp"
35
35
  }
package/server.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3
- "name": "com.sgpdirectory/business-directory",
3
+ "name": "com.sgpdirectory/mcp",
4
4
  "description": "Singapore business directory. Search companies, UENs, and SSIC industry classifications.",
5
5
  "title": "Singapore Business Directory",
6
- "version": "1.2.0",
6
+ "version": "1.3.0",
7
7
  "websiteUrl": "https://sgpdirectory.com",
8
8
  "icons": [
9
9
  {
@@ -35,7 +35,7 @@
35
35
  "registryType": "npm",
36
36
  "registryBaseUrl": "https://registry.npmjs.org",
37
37
  "identifier": "@sgpdirectory/mcp",
38
- "version": "1.2.0",
38
+ "version": "1.3.0",
39
39
  "transport": {
40
40
  "type": "stdio"
41
41
  },
@@ -49,4 +49,4 @@
49
49
  ]
50
50
  }
51
51
  ]
52
- }
52
+ }