MCPcopy Index your code
hub / github.com/coder/coder / MCPConfigFiles

Method MCPConfigFiles

agent/agentcontextconfig/api.go:203–206  ·  view source on GitHub ↗

MCPConfigFiles returns the resolved MCP configuration file paths for the agent's MCP manager.

()

Source from the content-addressed store, hash-verified

201// MCPConfigFiles returns the resolved MCP configuration file
202// paths for the agent's MCP manager.
203func (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.

Callers 3

TestNewAPI_LazyDirectoryFunction · 0.95
handleManifestMethod · 0.80

Calls 1

ResolveFunction · 0.85

Tested by 2

TestNewAPI_LazyDirectoryFunction · 0.76