.mcp.json needs NOVELLY_API_KEY to match the API's Auth:ServiceApiKey user secret, so it can't be a checked-in file — gitignore it and keep .mcp.json.example (with the key blanked out) as the template. README walks through copying the example and setting the matching user secret.
12 lines
249 B
JSON
12 lines
249 B
JSON
{
|
|
"mcpServers": {
|
|
"novelly": {
|
|
"command": "./mcp-server/Novelly.Mcp",
|
|
"env": {
|
|
"NOVELLY_API_URL": "http://localhost:5080",
|
|
"NOVELLY_API_KEY": "<matches the API's Auth:ServiceApiKey user secret>"
|
|
}
|
|
}
|
|
}
|
|
}
|