The prior commit's git add silently dropped these five files because one path in the same invocation didn't exist. Docs, solution file, and example config still needed the paired update: Novelly.slnx drops the Novelly.Mcp project entry, README and CLAUDE.md describe MCP as an in-API HTTP endpoint instead of a stdio binary, .mcp.json.example uses the type: http shape, and outline-importer.md's tool references are fixed to real tool names.
12 lines
222 B
JSON
12 lines
222 B
JSON
{
|
|
"mcpServers": {
|
|
"novelly": {
|
|
"type": "http",
|
|
"url": "http://localhost:5080/mcp",
|
|
"headers": {
|
|
"X-Novelly-Api-Key": "<matches the API's Auth:ServiceApiKey user secret>"
|
|
}
|
|
}
|
|
}
|
|
}
|