mirror of
https://github.com/kennethnym/freya
synced 2026-06-25 02:45:08 +01:00
feat: add mcp source primitive (#123)
This commit is contained in:
26
packages/freya-source-mcp/src/index.ts
Normal file
26
packages/freya-source-mcp/src/index.ts
Normal file
@@ -0,0 +1,26 @@
|
||||
export {
|
||||
McpSource,
|
||||
type McpActionMapping,
|
||||
type McpContextResource,
|
||||
type McpContextTool,
|
||||
type McpFeedItem,
|
||||
type McpFeedItemMapping,
|
||||
type McpSourceOptions,
|
||||
} from "./mcp-source"
|
||||
|
||||
export {
|
||||
StreamableHttpMcpClient,
|
||||
type McpCallToolParams,
|
||||
type McpCallToolResult,
|
||||
type McpClient,
|
||||
type McpHttpHeaders,
|
||||
type McpListToolsParams,
|
||||
type McpListToolsResult,
|
||||
type McpReadResourceParams,
|
||||
type McpReadResourceResult,
|
||||
type McpResourceContent,
|
||||
type McpRequestOptions,
|
||||
type McpTool,
|
||||
type McpToolContent,
|
||||
type StreamableHttpMcpClientOptions,
|
||||
} from "./mcp-client"
|
||||
Reference in New Issue
Block a user