-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Open
Labels
P0Broken core functionality, security issues, critical missing featureBroken core functionality, security issues, critical missing featurebreaking changeWill break existing deployments when updated without changesWill break existing deployments when updated without changesenhancementRequest for a new feature that's not currently supportedRequest for a new feature that's not currently supportedv2Ideas, requests and plans for v2 of the SDK which will incorporate major changes and fixesIdeas, requests and plans for v2 of the SDK which will incorporate major changes and fixes
Description
Summary
Rename FastMCP to MCPServer (or similar) and restructure so that transport-specific options are passed to run() rather than the constructor.
Motivation
- The name "FastMCP" was inherited from the original external project but doesn't clearly convey what it is
- The constructor currently accepts many HTTP-specific options (
host,port,stateless_http, etc.) that only apply when running with a specific transport - This couples server definition with transport configuration
Goal
- Clear, descriptive name for the high-level server class
- Constructor focused on server identity and capabilities
- Transport-specific options moved to
run()or transport configuration
Metadata
Metadata
Assignees
Labels
P0Broken core functionality, security issues, critical missing featureBroken core functionality, security issues, critical missing featurebreaking changeWill break existing deployments when updated without changesWill break existing deployments when updated without changesenhancementRequest for a new feature that's not currently supportedRequest for a new feature that's not currently supportedv2Ideas, requests and plans for v2 of the SDK which will incorporate major changes and fixesIdeas, requests and plans for v2 of the SDK which will incorporate major changes and fixes