1
0
forked from baron/baron-sso

keto MCP 제작. ory-keto-migrate 오류 재발생 해결

This commit is contained in:
Lectom C Han
2026-01-28 14:36:34 +09:00
parent e573f4ca50
commit f33f417045
8 changed files with 456 additions and 5 deletions

16
mcp/keto-mcp/package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "mcp-ory-keto",
"version": "0.1.0",
"description": "MCP server for Ory Keto Read/Write APIs",
"type": "module",
"bin": {
"mcp-ory-keto": "./src/runner.js"
},
"scripts": {
"start": "node ./src/index.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.25.0",
"zod": "^3.25.0"
}
}