MCPcopy Create free account
hub / github.com/ChangeYourWay/Fenrir-CodeAuditTool / LogCall

Method LogCall

application/server/project.go:147–149  ·  view source on GitHub ↗
(name, arg string)

Source from the content-addressed store, hash-verified

145}
146
147func (ps *ProjectService) LogCall(name, arg string) {
148 log.Printf("Call [%s ] - %s", name, arg)
149}
150
151func (ps *ProjectService) RegisterMcpServer(s *server.MCPServer) {
152 getDirTree := mcp.NewTool("project_getDirTree", mcp.WithDescription("获取项目对应的java源代码目录结构(/src/main/java)(只包括了,省略了文件且不递归子目录)"))

Callers 3

GetProjectDirTreeMethod · 0.95
ListFilesMethod · 0.95
ReadFileMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected