What's wrong with this entry?
Anonymous. No account, no email.
What: Refactored project MCP server configuration loading into a dedicated function with enhanced scope handling
How to use: Create .mcp.json in your project root:
{
"mcpServers": {
"project-server": {
"command": "node",
"args": ["./server.js"]
}
}
}
Details:
- Dedicated function for loading project MCP configuration
- Proper error collection and reporting
- Supports environment variable expansion
- Explicitly scoped as "project" configuration
- Evidence:
dR0()at line 280421