Documentation
¶
Overview ¶
Package server provides the core MCP (Model Control Protocol) server implementation.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInvalidOAuthProvider = fmt.Errorf("unsupported OAuth provider")
ErrInvalidOAuthProvider indicates an unsupported OAuth provider was specified
Module provides the MCP server dependencies
Functions ¶
This section is empty.
Types ¶
type Server ¶ added in v0.2.0
type Server struct {
// contains filtered or unexported fields
}
Server represents the MCP server instance that handles tool management, authentication, and request processing. It supports multiple operation modes including SSE, HTTP, and STDIO.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package handler provides HTTP request handling for the MCP server.
|
Package handler provides HTTP request handling for the MCP server. |
|
Package tool provides tool handling functionality for the MCP server.
|
Package tool provides tool handling functionality for the MCP server. |
Click to show internal directories.
Click to hide internal directories.