what-mcp 0.1.0 → 0.6.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 +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -64,7 +64,7 @@ When connected, an AI assistant can use these tools to answer questions about Wh
|
|
|
64
64
|
## Links
|
|
65
65
|
|
|
66
66
|
- [Documentation](https://whatfw.com)
|
|
67
|
-
- [GitHub](https://github.com/
|
|
67
|
+
- [GitHub](https://github.com/CelsianJs/what-framework)
|
|
68
68
|
- [MCP Specification](https://modelcontextprotocol.io/)
|
|
69
69
|
|
|
70
70
|
## License
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "what-mcp",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.6.0",
|
|
4
4
|
"description": "MCP Server for What Framework documentation and assistance",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "src/index.js",
|
|
@@ -15,17 +15,17 @@
|
|
|
15
15
|
"what-framework",
|
|
16
16
|
"documentation"
|
|
17
17
|
],
|
|
18
|
-
"author": "",
|
|
18
|
+
"author": "ZVN DEV (https://zvndev.com)",
|
|
19
19
|
"license": "MIT",
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@modelcontextprotocol/sdk": "^1.0.0"
|
|
22
22
|
},
|
|
23
23
|
"repository": {
|
|
24
24
|
"type": "git",
|
|
25
|
-
"url": "https://github.com/
|
|
25
|
+
"url": "https://github.com/CelsianJs/what-framework"
|
|
26
26
|
},
|
|
27
27
|
"bugs": {
|
|
28
|
-
"url": "https://github.com/
|
|
28
|
+
"url": "https://github.com/CelsianJs/what-framework/issues"
|
|
29
29
|
},
|
|
30
30
|
"homepage": "https://whatfw.com"
|
|
31
31
|
}
|