We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c14966a commit e7f572dCopy full SHA for e7f572d
1 file changed
internal/namespaces/mcp/server/server.go
@@ -98,6 +98,8 @@ func (s *MCPServer) Serve(
98
transportMode string,
99
address string,
100
) (any, error) {
101
+ fmt.Fprintf(os.Stderr, "%d registered commands\n", len(s.RegisteredCommands()))
102
+ fmt.Fprintf(os.Stderr, "%d registered resources\n", len(s.RegisteredResources()))
103
// Log transport information
104
fmt.Fprintf(os.Stderr, "Running MCP server with %s transport", transportMode)
105
if transportMode != "stdio" {
0 commit comments