MCP Server for docs #4705
Replies: 1 comment 1 reply
-
|
Hi @yarnabrina, How it works: agent_os = AgentOS(
agents=[your_agents],
enable_mcp=True, # Exposes MCP server at /mcp endpoint
)Uses FastMCP framework to expose documentation queries and agent capabilities via HTTP (streamable-http transport). The hosted version at https://docs.agno.com/mcp is referenced throughout the examples. Please let me know if this works for your sktime implementation and if you need any clarification on the setup! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I found that starting with V2 there is an MCP server which can be added to own clients to ask about the docs. We are considering to add similar feature in docs of
sktime, can someone please point me to the relevant repository/directory where this is written and integrated with the website for reference?Beta Was this translation helpful? Give feedback.
All reactions