Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var MCPCmd = &cobra.Command{
Use: "mcp",
Short: "MCP (Model Context Protocol) client commands",
Long: `MCP (Model Context Protocol) client commands.
Connect to external MCP servers to access tools and services.
Supports both HTTP and stdio transports.
Examples:
# List tools from an MCP server
weave mcp list --server http://localhost:8030
# Call an MCP tool
weave mcp call extract_entities --server localhost:8030 --arg text="Sample text"
# Test MCP server connection
weave mcp test --server stdio:./bin/weave-mcp-stdio`,
}
MCPCmd represents the mcp command group
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.