forked from baron/baron-sso
22 lines
464 B
JSON
22 lines
464 B
JSON
{
|
|
"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",
|
|
"lint": "biome check .",
|
|
"lint:fix": "biome check . --write"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "2.4.16"
|
|
},
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "^1.25.0",
|
|
"zod": "^3.25.0"
|
|
}
|
|
}
|