This commit is contained in:
2026-07-10 18:46:10 +08:00
parent a3b48f56c9
commit ebb0ae9163
2 changed files with 177 additions and 0 deletions

10
mcp-server/package.json Normal file
View File

@@ -0,0 +1,10 @@
{
"name": "vision-tool-mcp",
"version": "1.0.0",
"description": "MCP server for vision-tool — image analysis via Agnes AI",
"type": "module",
"main": "server.js",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0"
}
}