MCPcopy Create free account

hub / github.com/automation-ai-labs/mcp-link / types & classes

Types & classes19 in github.com/automation-ai-labs/mcp-link

StructAPIEndpoint
APIEndpoint represents a single API endpoint
utils/parser.go:35
StructAPIInfo
APIInfo contains basic information about the API
utils/parser.go:28
StructFilterDSL
FilterDSL provides a domain-specific language for filtering API paths
utils/multiserver_sse.go:662
StructFilterExpression
FilterExpression represents a single filter expression in the DSL
utils/multiserver_sse.go:598
StructFilteredOpenAPIParser
FilteredOpenAPIParser is a wrapper around an OpenAPIParser that filters APIs
utils/multiserver_sse.go:890
StructMediaType
MediaType represents a media type of a request or response
utils/parser.go:62
InterfaceOpenAPIParser
OpenAPIParser provides a simple interface for parsing OpenAPI specifications
utils/parser.go:13
StructParameter
Parameter represents an API parameter
utils/parser.go:47
StructPathFilter
PathFilter defines a filter to include or exclude API paths
utils/multiserver_sse.go:524
StructRequestBody
RequestBody represents the request body of an API endpoint
utils/parser.go:56
StructRequestParams
RequestParams holds the parameters extracted from the request URL
utils/multiserver_sse.go:514
StructResponse
Response represents an API response
utils/parser.go:67
FuncTypeSSEContextFunc
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
FuncTypeSSEOption
SSEOption defines a function type for configuring SSEServer
utils/multiserver_sse.go:75
StructSSEServer
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
StructSchema
Schema represents a JSON schema
utils/parser.go:73
StructServer
Server represents a server in the OpenAPI specification
utils/parser.go:22
StructSimpleOpenAPIParser
SimpleOpenAPIParser is a simple parser for OpenAPI specifications
utils/parser.go:86
StructsseSession
sseSession represents an active SSE connection.
utils/multiserver_sse.go:24