MCPConfigFiles returns the resolved MCP configuration file paths for the agent's MCP manager.
()
| 201 | // MCPConfigFiles returns the resolved MCP configuration file |
| 202 | // paths for the agent's MCP manager. |
| 203 | func (api *API) MCPConfigFiles() []string { |
| 204 | _, mcpFiles := Resolve(api.workingDir(), api.cfg) |
| 205 | return mcpFiles |
| 206 | } |
| 207 | |
| 208 | // Routes returns the HTTP handler for the context config |
| 209 | // endpoint. |