-
Notifications
You must be signed in to change notification settings - Fork 724
Open
Labels
area: sdkSDK improvements unrelated to MCP specificationSDK improvements unrelated to MCP specification
Description
Currently, the Instructions field of the MCPServer must be set during construction:
options := []server.ServerOption{
server.WithInstructions("..."),
}
s := server.NewMCPServer(serverName, version, options...)I have instructions that can theoretically change over the lifetime of the server, and to the best of my knowledge, there's no way to modify instructions after the object has been instantiated.
I'd like some kind of server.SetInstructions(instructions string) method.
Metadata
Metadata
Assignees
Labels
area: sdkSDK improvements unrelated to MCP specificationSDK improvements unrelated to MCP specification