0908
This commit is contained in:
14
aio-mcp/internal/tools/system/system.go
Normal file
14
aio-mcp/internal/tools/system/system.go
Normal file
@@ -0,0 +1,14 @@
|
||||
// Package system 承载 aio-mcp 自身的系统类工具:健康检查、协议演示等。
|
||||
package system
|
||||
|
||||
import (
|
||||
"github.com/modelcontextprotocol/go-sdk/mcp"
|
||||
|
||||
"aio-mcp/internal/deps"
|
||||
)
|
||||
|
||||
// Register 注册本组全部工具。
|
||||
func Register(s *mcp.Server, _ *deps.Deps) {
|
||||
registerPing(s)
|
||||
registerEcho(s)
|
||||
}
|
||||
Reference in New Issue
Block a user