@wiro-ai/wiro-mcp 1.1.0 → 1.1.2

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 +10 -10
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,10 +7,10 @@
7
7
  **Official [MCP](https://modelcontextprotocol.io/) server for [Wiro AI](https://wiro.ai/)** — access all AI models on Wiro from Cursor, Claude, Windsurf, and any MCP-compatible AI assistant.
8
8
 
9
9
  [![npm](https://img.shields.io/badge/npm-@wiro--ai/wiro--mcp-00c38c?style=for-the-badge&logo=npm&logoColor=white)](https://www.npmjs.com/package/@wiro-ai/wiro-mcp)
10
- [![MCP](https://img.shields.io/badge/MCP-compatible-333?style=for-the-badge&logo=data:image/svg+xml;base64,&logoColor=white)](https://modelcontextprotocol.io/)
10
+ [![MCP](https://img.shields.io/badge/MCP-compatible-333?style=for-the-badge)](https://modelcontextprotocol.io/)
11
11
  [![MIT](https://img.shields.io/badge/license-MIT-6f42c1?style=for-the-badge)](./LICENSE)
12
12
 
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)
13
+ [Official MCP Server](https://wiro.ai/docs/wiro-mcp-server) · [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
 
@@ -132,17 +132,17 @@ WIRO_API_KEY=your-api-key
132
132
 
133
133
  ## Hosted MCP Server
134
134
 
135
- Wiro also provides a hosted MCP server at `https://mcp.wiro.ai/v1` that requires no local installation. See the [MCP Server documentation](https://wiro.ai/docs#/mcp) for setup instructions.
135
+ Wiro also provides a hosted MCP server at `https://mcp.wiro.ai/v1` that requires no local installation. See the [MCP Server documentation](https://wiro.ai/docs/wiro-mcp-server) for setup instructions.
136
136
 
137
137
  ## Documentation
138
138
 
139
- - [MCP Server (Hosted)](https://wiro.ai/docs#/mcp) — setup guides for Cursor, Claude Code, Claude Desktop, Windsurf
140
- - [Self-Hosted MCP](https://wiro.ai/docs#/mcp-self-hosted) — run locally with npx, environment variables, library usage
141
- - [Authentication](https://wiro.ai/docs#/authentication) — signature-based vs API Key Only
142
- - [Run a Model](https://wiro.ai/docs#/run-a-model) — how the Run endpoint works
143
- - [Tasks](https://wiro.ai/docs#/tasks) — task lifecycle, statuses, determining success
144
- - [Concurrency Limits](https://wiro.ai/docs#/concurrency-limits) — concurrent task limits based on balance
145
- - [Error Reference](https://wiro.ai/docs#/error-reference) — error codes and handling
139
+ - [MCP Server (Hosted)](https://wiro.ai/docs/wiro-mcp-server) — setup guides for Cursor, Claude Code, Claude Desktop, Windsurf
140
+ - [Self-Hosted MCP](https://wiro.ai/docs/mcp-self-hosted) — run locally with npx, environment variables, library usage
141
+ - [Authentication](https://wiro.ai/docs/authentication) — signature-based vs API Key Only
142
+ - [Run a Model](https://wiro.ai/docs/run-a-model) — how the Run endpoint works
143
+ - [Tasks](https://wiro.ai/docs/tasks) — task lifecycle, statuses, determining success
144
+ - [Concurrency Limits](https://wiro.ai/docs/concurrency-limits) — concurrent task limits based on balance
145
+ - [Error Reference](https://wiro.ai/docs/error-reference) — error codes and handling
146
146
 
147
147
  ## Using as a Library
148
148
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wiro-ai/wiro-mcp",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
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",