Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/automation-ai-labs/mcp-link
/ types & classes
Types & classes
19 in github.com/automation-ai-labs/mcp-link
⨍
Functions
62
◇
Types & classes
19
Struct
APIEndpoint
APIEndpoint represents a single API endpoint
utils/parser.go:35
Struct
APIInfo
APIInfo contains basic information about the API
utils/parser.go:28
Struct
FilterDSL
FilterDSL provides a domain-specific language for filtering API paths
utils/multiserver_sse.go:662
Struct
FilterExpression
FilterExpression represents a single filter expression in the DSL
utils/multiserver_sse.go:598
Struct
FilteredOpenAPIParser
FilteredOpenAPIParser is a wrapper around an OpenAPIParser that filters APIs
utils/multiserver_sse.go:890
Struct
MediaType
MediaType represents a media type of a request or response
utils/parser.go:62
Interface
OpenAPIParser
OpenAPIParser provides a simple interface for parsing OpenAPI specifications
utils/parser.go:13
Struct
Parameter
Parameter represents an API parameter
utils/parser.go:47
Struct
PathFilter
PathFilter defines a filter to include or exclude API paths
utils/multiserver_sse.go:524
Struct
RequestBody
RequestBody represents the request body of an API endpoint
utils/parser.go:56
Struct
RequestParams
RequestParams holds the parameters extracted from the request URL
utils/multiserver_sse.go:514
Struct
Response
Response represents an API response
utils/parser.go:67
FuncType
SSEContextFunc
SSEContextFunc is a function that takes an existing context and the current request and returns a potentially modified context based on the request co
utils/multiserver_sse.go:37
FuncType
SSEOption
SSEOption defines a function type for configuring SSEServer
utils/multiserver_sse.go:75
Struct
SSEServer
SSEServer implements a Server-Sent Events (SSE) based MCP server. It provides real-time communication capabilities over HTTP using the SSE protocol.
utils/multiserver_sse.go:59
Struct
Schema
Schema represents a JSON schema
utils/parser.go:73
Struct
Server
Server represents a server in the OpenAPI specification
utils/parser.go:22
Struct
SimpleOpenAPIParser
SimpleOpenAPIParser is a simple parser for OpenAPI specifications
utils/parser.go:86
Struct
sseSession
sseSession represents an active SSE connection.
utils/multiserver_sse.go:24