rebase generation

This commit is contained in:
MaKarin
2026-04-07 19:40:41 +03:00
parent 73ddb1a948
commit aab7bfa691
180 changed files with 15512 additions and 364 deletions

View File

@@ -15,6 +15,14 @@ memory = { command = "npx", args = ["-y", "@modelcontextprotocol/server-memory"]
playwright = { command = "npx", args = ["-y", "@playwright/mcp@latest", "--extension"] }
sequential-thinking = { command = "npx", args = ["-y", "@modelcontextprotocol/server-sequential-thinking"] }
# KIS-TOiR read-only validation MCP servers. These are lightweight Node
# scripts under tools/mcp/ that expose structural checks without executing
# Prisma/npm/NestJS CLIs. See tools/mcp/lib/mcp-server.mjs for the protocol
# implementation and tools/mcp/*.mjs for tool definitions.
prisma-validator = { command = "node", args = ["tools/mcp/prisma-validator.mjs"] }
npm-validator = { command = "node", args = ["tools/mcp/npm-validator.mjs"] }
nest-validator = { command = "node", args = ["tools/mcp/nest-validator.mjs"] }
[agents]
explorer = { config_file = "agents/explorer.toml" }
docs_researcher = { config_file = "agents/docs-researcher.toml" }