@hongw/unicoda-mcp 0.1.1 → 0.1.2
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 +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hongw/unicoda-mcp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Unified AI Coding Agent MCP Server — wraps multiple coding agent SDKs (GitHub Copilot, OpenAI Codex, Claude Code) behind a consistent MCP interface",
|
|
5
5
|
"author": "Hong Wang",
|
|
6
6
|
"homepage": "https://github.com/hongw/unicoda-mcp#readme",
|
|
@@ -52,6 +52,7 @@
|
|
|
52
52
|
"node": ">=18"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
+
"@github/copilot": "^0.0.420",
|
|
55
56
|
"@github/copilot-sdk": "^0.1.30",
|
|
56
57
|
"@modelcontextprotocol/sdk": "^1.27.1",
|
|
57
58
|
"zod": "^4.3.6"
|