Skip to main content
Glama

mcp-k8s-go

error_response.go306 B
package utils import "github.com/strowk/foxy-contexts/pkg/mcp" func ErrResponse(err error) *mcp.CallToolResult { return &mcp.CallToolResult{ IsError: Ptr(true), Meta: map[string]interface{}{}, Content: []interface{}{ mcp.TextContent{ Type: "text", Text: err.Error(), }, }, } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/strowk/mcp-k8s-go'

If you have feedback or need assistance with the MCP directory API, please join our Discord server