1
0
forked from baron/baron-sso

ci: add code check badges and coverage reports

This commit is contained in:
2026-05-29 12:05:43 +09:00
parent c489c7c38f
commit a830242947
164 changed files with 9059 additions and 2012 deletions

View File

@@ -7,7 +7,12 @@
"mcp-ory-hydra": "./src/runner.js"
},
"scripts": {
"start": "node ./src/index.js"
"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",