rebase generation
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user