You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Would be useful to have an equivalent to something like how FastAPI generates OpenAPI docs and are automatically accessible at /docs route.
Describe the solution you'd like
Add a /docs route to the starlette app that provides information about the mcp server (available tools, prompts, resources, version, etc.)
Describe alternatives you've considered
none
Additional context
Basic example I currently use:
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Would be useful to have an equivalent to something like how FastAPI generates OpenAPI docs and are automatically accessible at /docs route.
Describe the solution you'd like
Add a /docs route to the starlette app that provides information about the mcp server (available tools, prompts, resources, version, etc.)
Describe alternatives you've considered
none
Additional context
![Image](https://private-user-images.githubusercontent.com/189644927/411034979-5de6a8b2-923e-481f-85ef-c2c606b63cd5.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NTgxNTMsIm5iZiI6MTczOTU1Nzg1MywicGF0aCI6Ii8xODk2NDQ5MjcvNDExMDM0OTc5LTVkZTZhOGIyLTkyM2UtNDgxZi04NWVmLWMyYzYwNmI2M2NkNS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE0JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNFQxODMwNTNaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1kZmRiMzI4MTg4YzM0NjY4N2VkZDkwZmE1YTY3OThmNDEyZmM3M2VlMWJmYzY2ZTdiOTkzYWMzYjA5YmUyYzZhJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.Pic6Sr8XaFxWLW0QaN4ECvi-axlfMTKP1b3PJ8P2QrQ)
Basic example I currently use:
The text was updated successfully, but these errors were encountered: