Closed
Description
Enhancement Description
I would like to start a FastMCP server on port 8000, but isolate tools into different groups, so for example, if MCP client set url to https://www.example.com:8000/sse1 see tools A, but won't see tools B. And also, if MCP client set url to https://www.example.com:8000/sse2 see tools B and not see tools A. Is that possible?
Use Case
This is very useful as we don't want to start multiple processes and use multiple ports.