@wireweave/mcp-server 1.0.0 → 1.1.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.
- package/README.md +3 -3
- package/package.json +5 -4
package/README.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img src="
|
|
2
|
+
<img src="https://raw.githubusercontent.com/wireweave/wireframe-lang/main/assets/wireweave-mcp.svg" width="128" height="128" alt="Wireweave MCP">
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
<h1 align="center">@wireweave/mcp-server</h1>
|
|
6
6
|
|
|
7
7
|
<p align="center">
|
|
8
8
|
<a href="https://www.npmjs.com/package/@wireweave/mcp-server"><img src="https://img.shields.io/npm/v/@wireweave/mcp-server.svg" alt="npm version"></a>
|
|
9
|
-
<a href="https://github.com/wireweave/
|
|
9
|
+
<a href="https://github.com/wireweave/mcp-server/blob/main/LICENSE"><img src="https://img.shields.io/npm/l/@wireweave/mcp-server.svg" alt="license"></a>
|
|
10
10
|
</p>
|
|
11
11
|
|
|
12
12
|
<p align="center">Model Context Protocol server for Wireweave DSL - AI-powered wireframe generation</p>
|
|
@@ -160,7 +160,7 @@ All authentication, rate limiting, and business logic runs on the API Server.
|
|
|
160
160
|
- [Documentation](https://docs.wireweave.org)
|
|
161
161
|
- [Dashboard](https://dashboard.wireweave.org)
|
|
162
162
|
- [Playground](https://playground.wireweave.org)
|
|
163
|
-
- [GitHub](https://github.com/wireweave/
|
|
163
|
+
- [GitHub](https://github.com/wireweave/mcp-server)
|
|
164
164
|
|
|
165
165
|
## License
|
|
166
166
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wireweave/mcp-server",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "MCP server for Wireweave DSL - Thin client for API Server",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -19,7 +19,9 @@
|
|
|
19
19
|
"@modelcontextprotocol/sdk": "^1.0.0"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
+
"@release-it/conventional-changelog": "^10.0.4",
|
|
22
23
|
"@types/node": "^22.0.0",
|
|
24
|
+
"release-it": "^19.2.3",
|
|
23
25
|
"tsup": "^8.3.5",
|
|
24
26
|
"typescript": "^5.7.2",
|
|
25
27
|
"vitest": "^2.1.8"
|
|
@@ -29,12 +31,11 @@
|
|
|
29
31
|
],
|
|
30
32
|
"repository": {
|
|
31
33
|
"type": "git",
|
|
32
|
-
"url": "git+https://github.com/wireweave/
|
|
33
|
-
"directory": "packages/mcp-server"
|
|
34
|
+
"url": "git+https://github.com/wireweave/mcp-server.git"
|
|
34
35
|
},
|
|
35
36
|
"homepage": "https://docs.wireweave.org",
|
|
36
37
|
"bugs": {
|
|
37
|
-
"url": "https://github.com/wireweave/
|
|
38
|
+
"url": "https://github.com/wireweave/mcp-server/issues"
|
|
38
39
|
},
|
|
39
40
|
"keywords": [
|
|
40
41
|
"wireweave",
|