feat: register isphere receive messages tool
This commit is contained in:
@@ -4,6 +4,7 @@ import (
|
||||
"github.com/modelcontextprotocol/go-sdk/mcp"
|
||||
|
||||
"isphere-ai-bridge/internal/helperclient"
|
||||
"isphere-ai-bridge/internal/isphere"
|
||||
"isphere-ai-bridge/internal/tools"
|
||||
)
|
||||
|
||||
@@ -20,5 +21,6 @@ func NewServer() *mcp.Server {
|
||||
Version: ServerVersion,
|
||||
}, nil)
|
||||
tools.RegisterWinHelperTools(server, helperclient.Client{})
|
||||
tools.RegisterISphereReadTools(server, isphere.EncryptedPacketLogSource{})
|
||||
return server
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user