Namespace Kuestenlogik.Bowire.Protocol.Mcp
Classes
- BowireMcpProtocol
Bowire protocol plugin for the Model Context Protocol (MCP). Connects to a remote MCP server, discovers its tools / resources / prompts, and lets the user invoke them — analogous to the gRPC and REST plugins.
- McpAdapterEndpoints
Maps the MCP adapter — exposes Bowire's discovered API services as MCP tools so AI agents (Claude, Copilot, Cursor) can call them. This is a development-time feature: every discovered method becomes a tool the AI agent can invoke. Opt-in only — call this explicitly to avoid accidentally exposing an internal API surface to AI clients.