mcpjungle/MCPJungle

Add agents.md to this repo

Open

#241 opened on May 2, 2026

 (0 comments) (0 reactions) (0 assignees)Go (146 forks)auto 404
code-qualitydogfoodinggood first issue

Repository metrics

Stars
 (1,162 stars)
PR merge metrics
 (Avg merge 3d 23h) (1 merged PR in 30d)

Description

Some instructions I'd like to give to coding agents for mcpjungle:

Types of tests

  • unit tests: go test -cover ./...
  • end to end test script: ./scripts/test-mcpjungle.sh

Linting golangci-lint run

What else? What are best practices for agents.md?

Contributor guide