It is not implemented by annotating @bean at startup, but is created by code after startup

Comment From: sunyuhan1998

Related issue: #3299

Comment From: rohitdutt-04

You want add server dynamically on MCP client at runtime?

Comment From: ilayaperumalg

@czhcc Closing this as a duplicate of #3299. Shall we continue the discussion from there? Closing this for now. Thanks!

Comment From: czhcc

I want to add different tool methods to different sseendpoints. Now different sseendpoints can be generated through bean annotations. But I want to implement it through code.