@qubiton/sdk 0.1.1396 → 0.1.1592

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/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -103,16 +103,16 @@ This API is available as a native [Model Context Protocol](https://modelcontextp
103
103
 
104
104
  Prompts may be plan-gated. See [Pricing](https://www.qubiton.com/pricing) for details.
105
105
 
106
- - [MCP Manifest](https://www.qubiton.com/.well-known/mcp.json)
107
- - [Resource Content](https://www.qubiton.com/api/portal/mcp/resources/{name})
106
+ - [MCP Manifest](https://mcp.qubiton.com/.well-known/mcp.json)
107
+ - [Resource Content](https://mcp.qubiton.com/api/portal/mcp/resources/{name})
108
108
 
109
109
  ### Accessing Resource Content
110
110
 
111
111
  Resources provide reference data via HTTP:
112
112
 
113
113
  ```bash
114
- curl https://www.qubiton.com/api/portal/mcp/resources/tool_inventory
115
- curl https://www.qubiton.com/api/portal/mcp/resources/supported_countries
114
+ curl https://mcp.qubiton.com/api/portal/mcp/resources/tool_inventory
115
+ curl https://mcp.qubiton.com/api/portal/mcp/resources/supported_countries
116
116
  ```
117
117
 
118
118
  Available resources: `tool_inventory`, `entity_risk_categories`, `healthcare_types`, `india_identity_types`, `certification_types`, `supported_countries`, `about`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qubiton/sdk",
3
- "version": "0.1.1396",
3
+ "version": "0.1.1592",
4
4
  "description": "Node.js SDK for the QubitOn API by QubitOn",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",