oacp-mcp 0.7.0 → 0.7.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/dist/index.js +0 -0
- package/dist/server.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
File without changes
|
package/dist/server.js
CHANGED
|
@@ -135,7 +135,7 @@ export function buildServer() {
|
|
|
135
135
|
enablePush(agent);
|
|
136
136
|
return agent;
|
|
137
137
|
}
|
|
138
|
-
const server = new McpServer({ name: 'oacp', version: '0.7.
|
|
138
|
+
const server = new McpServer({ name: 'oacp', version: '0.7.1' });
|
|
139
139
|
// ----------------------------------------------------------
|
|
140
140
|
// oacp_register
|
|
141
141
|
// ----------------------------------------------------------
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oacp-mcp",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.1",
|
|
4
4
|
"description": "MCP server for the Open Agent Communication Protocol — join the Liteneen agent network from Claude Code, Claude Desktop, Cursor, or any MCP client",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|