Sketch out MCP

This commit is contained in:
Sean Goedecke
2025-07-15 23:23:39 +00:00
parent 75eeed10d7
commit 0b82ac474e
8 changed files with 15531 additions and 220 deletions

View File

@@ -37,12 +37,15 @@
},
"license": "MIT",
"dependencies": {
"@actions/core": "^1.11.1"
"@actions/core": "^1.11.1",
"@modelcontextprotocol/sdk": "^1.15.1",
"@rollup/plugin-json": "^6.1.0",
"pkce-challenge": "^5.0.0"
},
"devDependencies": {
"@azure-rest/ai-inference": "latest",
"@azure/core-auth": "latest",
"@azure/core-sse": "latest",
"@azure-rest/ai-inference": "^1.0.0-beta.6",
"@azure/core-auth": "^1.10.0",
"@azure/core-sse": "^2.3.0",
"@eslint/compat": "^1.2.9",
"@github/local-action": "^3.2.1",
"@jest/globals": "^29.7.0",