Directories
¶
| Path | Synopsis |
|---|---|
|
Package auth provides the reusable OAuth and bearer-token contracts an application plugs into when connecting to a network MCP server.
|
Package auth provides the reusable OAuth and bearer-token contracts an application plugs into when connecting to a network MCP server. |
|
Package client provides the MCP client surface for the looprig/mcp module.
|
Package client provides the MCP client surface for the looprig/mcp module. |
|
Package collab contains the deliberately small collaboration boundary used by the injected MessageAgent MCP process.
|
Package collab contains the deliberately small collaboration boundary used by the injected MessageAgent MCP process. |
|
Package mcpharness binds MCP servers into a Harness Session.
|
Package mcpharness binds MCP servers into a Harness Session. |
|
Package server provides the small MCP server surface used by a product's injected collaboration process.
|
Package server provides the small MCP server surface used by a product's injected collaboration process. |
|
transport
|
|
|
sse
Package sse is the legacy HTTP+SSE transport, and it exists for exactly one reason: there are MCP servers that predate Streamable HTTP and still work.
|
Package sse is the legacy HTTP+SSE transport, and it exists for exactly one reason: there are MCP servers that predate Streamable HTTP and still work. |
|
stdio
Package stdio is the MCP stdio transport: it runs an MCP server as a child process and speaks the protocol over that child's stdin and stdout.
|
Package stdio is the MCP stdio transport: it runs an MCP server as a child process and speaks the protocol over that child's stdin and stdout. |
|
streamablehttp
Package streamablehttp is the MCP Streamable HTTP transport: it speaks the protocol to a remote server over HTTP POST, with server-to-client messages arriving on SSE streams.
|
Package streamablehttp is the MCP Streamable HTTP transport: it speaks the protocol to a remote server over HTTP POST, with server-to-client messages arriving on SSE streams. |
Click to show internal directories.
Click to hide internal directories.