standardize packaging, tooling, docs, CI, and licensing
This commit is contained in:
@@ -96,9 +96,7 @@ class MCPServer:
|
||||
|
||||
@self.app.resource("docs://modules/{module}")
|
||||
def module(module: str):
|
||||
return self._read_json(
|
||||
self.mcp_root / "modules" / f"{module}.json"
|
||||
)
|
||||
return self._read_json(self.mcp_root / "modules" / f"{module}.json")
|
||||
|
||||
# ------------------------------------------------------------------
|
||||
# MCP tools
|
||||
|
||||
Reference in New Issue
Block a user