feat(mcp): prompts registration via RegisterSystemPrompts (system-scope only)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-08 10:52:54 +08:00
parent 5cccc97edd
commit 2d6521e610
2 changed files with 59 additions and 1 deletions
-1
View File
@@ -40,5 +40,4 @@ func NewMCPServer(deps ServerDeps) *mcpsdk.Server {
// register* 占位函数在后续 Phase F/G 实装时替换函数体。
func registerPMTools(_ *mcpsdk.Server, _ ServerDeps) {}
func registerChatTools(_ *mcpsdk.Server, _ ServerDeps) {}
func registerPrompts(_ *mcpsdk.Server, _ ServerDeps) {}
func registerResources(_ *mcpsdk.Server, _ ServerDeps) {}