@qubiton/sdk 0.1.1396 → 0.1.1757
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.
- package/README.md +4 -4
- 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://
|
|
107
|
-
- [Resource Content](https://
|
|
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://
|
|
115
|
-
curl https://
|
|
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`.
|