@agentproto/mcp-server 0.1.0 → 0.2.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/package.json +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agentproto/mcp-server",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "@agentproto/mcp-server — exposes every AIP doctype as MCP tools. Pass DoctypeSpec instances + an optional workspace dir for EXTENSION.md auto-loading; the server registers create_X / load_X / list_X / update_X / resolve_X / delete_X for each registered doctype, including AIP-40 extensions. Compose to build agent runtimes that author and edit AIP manifests over MCP.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"agentproto",
|
|
@@ -43,13 +43,13 @@
|
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
45
45
|
"zod": "^4.4.3",
|
|
46
|
-
"@agentproto/agent": "0.
|
|
46
|
+
"@agentproto/agent": "0.2.0",
|
|
47
47
|
"@agentproto/define-doctype": "0.1.0",
|
|
48
|
-
"@agentproto/driver": "0.1.
|
|
49
|
-
"@agentproto/extension": "0.1.
|
|
50
|
-
"@agentproto/manifest": "0.
|
|
51
|
-
"@agentproto/routine": "0.1.
|
|
52
|
-
"@agentproto/tool": "0.1.
|
|
48
|
+
"@agentproto/driver": "0.1.1",
|
|
49
|
+
"@agentproto/extension": "0.1.1",
|
|
50
|
+
"@agentproto/manifest": "0.2.0",
|
|
51
|
+
"@agentproto/routine": "0.1.1",
|
|
52
|
+
"@agentproto/tool": "0.1.1"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@types/node": "^25.6.2",
|