Agent Types: Validate MCP server assignments and tool permissions #102

Open
opened 2026-01-06 13:26:36 +00:00 by cardosofelipe · 0 comments

Context

The comprehensive agent types revamp (27 agents) includes MCP server assignments and tool permissions that need validation once the corresponding MCP servers are implemented.

Tasks

  • Verify each agent's mcp_servers field references existing servers
  • Validate tool_permissions patterns work with actual MCP tool names
  • Test require_approval patterns for destructive operations
  • Update agent types if MCP server names change during implementation

Agents with MCP dependencies

All agents reference at least these servers:

  • gitea - Code repository operations
  • knowledge-base - RAG and documentation
  • filesystem - Local file access

Domain specialists also reference:

  • calendar (Project Manager, Scrum Master)
  • browser (UX Researcher)

Priority

Medium - Can be validated once MCP integration is complete

Labels

enhancement, agents

## Context The comprehensive agent types revamp (27 agents) includes MCP server assignments and tool permissions that need validation once the corresponding MCP servers are implemented. ## Tasks - [ ] Verify each agent's `mcp_servers` field references existing servers - [ ] Validate `tool_permissions` patterns work with actual MCP tool names - [ ] Test `require_approval` patterns for destructive operations - [ ] Update agent types if MCP server names change during implementation ## Agents with MCP dependencies All agents reference at least these servers: - `gitea` - Code repository operations - `knowledge-base` - RAG and documentation - `filesystem` - Local file access Domain specialists also reference: - `calendar` (Project Manager, Scrum Master) - `browser` (UX Researcher) ## Priority Medium - Can be validated once MCP integration is complete ## Labels enhancement, agents
Sign in to join this conversation.