@wiro-ai/wiro-mcp 1.0.0 → 1.0.1
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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
[](https://modelcontextprotocol.io/)
|
|
11
11
|
[](./LICENSE)
|
|
12
12
|
|
|
13
|
-
[Hosted MCP](https://wiro.ai/docs#/mcp) · [Models](https://wiro.ai/models) · [Dashboard](https://wiro.ai/panel) · [Docs](https://wiro.ai/docs)
|
|
13
|
+
[Official MCP Server](https://wiro.ai/docs#/mcp) · [Self-Hosted MCP](https://wiro.ai/docs#/mcp-self-hosted) · [Models](https://wiro.ai/models) · [Dashboard](https://wiro.ai/panel) · [Docs](https://wiro.ai/docs)
|
|
14
14
|
|
|
15
15
|
<img src="https://wiro.ai/images/koala/accent-heavy-koala.png" alt="Wiro Koala mascot" width="60" />
|
|
16
16
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wiro-ai/wiro-mcp",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "Official MCP server for Wiro AI —
|
|
3
|
+
"version": "1.0.1",
|
|
4
|
+
"description": "Official MCP server for Wiro AI — access all AI models on Wiro from Cursor, Claude, Windsurf, and any MCP-compatible AI assistant",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/server.js",
|
|
7
7
|
"types": "dist/server.d.ts",
|