doc:// instead of mcp://
This commit is contained in:
@@ -26,7 +26,7 @@ class MCPRenderer:
|
|||||||
|
|
||||||
nav.append({
|
nav.append({
|
||||||
"module": module.path,
|
"module": module.path,
|
||||||
"resource": f"mcp://modules/{module.path}",
|
"resource": f"doc://modules/{module.path}",
|
||||||
})
|
})
|
||||||
|
|
||||||
# Write nav.json
|
# Write nav.json
|
||||||
|
|||||||
Reference in New Issue
Block a user