mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 01:04:25 +08:00
add mcp (Model Context Protocol) support
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package mcp
|
||||
|
||||
var mcpTextContentTools = map[string]MCPToolHandler[MCPTextContent]{
|
||||
"query_latest_exchange_rates": MCPQueryLatestExchangeRatesRequestToolHandler,
|
||||
}
|
||||
|
||||
var mcpImageContentTools = map[string]MCPToolHandler[MCPImageContent]{}
|
||||
var mcpAudioContentTools = map[string]MCPToolHandler[MCPAudioContent]{}
|
||||
var mcpResourceLinkTools = map[string]MCPToolHandler[MCPResourceLink]{}
|
||||
var mcpEmbeddedResourceTools = map[string]MCPToolHandler[MCPEmbeddedResource]{}
|
||||
|
||||
var AllMCPToolInfos = GetAllMCPToolInfos()
|
||||
Reference in New Issue
Block a user