MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / LoadProjectMCPConfig

Function LoadProjectMCPConfig

mcp/config.go:67–69  ·  view source on GitHub ↗
(projectRoot string)

Source from the content-addressed store, hash-verified

65 var order []string
66 if paths, err := apppaths.ResolveCurrent(); err == nil {
67 loadMCPFile(paths.MCPConfigFile, merged, &order)
68 }
69 return buildConfigs(merged, order)
70}
71
72func LoadProjectMCPConfig(projectRoot string) []McpServerConfig {

Calls 1

LoadMCPConfigFunction · 0.85