Add MCP prompt methods and placeholder support to tasks

This commit is contained in:
Ian Gulliver
2025-07-05 14:42:26 -07:00
parent 33d54f399c
commit dbf471f890
3 changed files with 104 additions and 29 deletions

View File

@@ -7,7 +7,7 @@ import (
)
func TestRegisterMCPTools(t *testing.T) {
service := New()
service := New("test_service")
s := server.NewMCPServer("Test Server", "1.0.0")