forked from baron/baron-sso
ory용 MCP 제작, devfront/adminfront 백엔드 연결
This commit is contained in:
16
mcp/hydra-mcp/package.json
Normal file
16
mcp/hydra-mcp/package.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "mcp-ory-hydra",
|
||||
"version": "0.1.0",
|
||||
"description": "MCP server for Ory Hydra Admin/Public APIs",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
"mcp-ory-hydra": "./src/runner.js"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "node ./src/index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@modelcontextprotocol/sdk": "^1.25.0",
|
||||
"zod": "^3.25.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user