ooai_skills.mcp_server¶
MCP server exposing local skill browsing as tools.
Run python -m ooai_skills.mcp_server to start the stdio server.
Example .mcp.json entry:
{
"mcpServers": {
"ooai-skills": {
"command": "python",
"args": ["-m", "ooai_skills.mcp_server"]
}
}
}
Attributes¶
Functions¶
|
Run the MCP server over stdio (JSON-RPC 2.0, one message per line). |
Module Contents¶
- ooai_skills.mcp_server.TOOLS¶
- ooai_skills.mcp_server.main()¶
Run the MCP server over stdio (JSON-RPC 2.0, one message per line).
- Return type:
None