这是indexloc提供的服务,不要输入任何密码
Skip to content

JamesWoolfenden/ebert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build executable

go build -o mcp-analyzer main.go

Run

./mcp-analyzer modelcontextprotocol

Cross-compile for different platforms

GOOS=linux GOARCH=amd64 go build -o mcp-analyzer-linux GOOS=windows GOARCH=amd64 go build -o mcp-analyzer.exe GOOS=darwin GOARCH=arm64 go build -o mcp-analyzer-mac

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages