Skip to content

Basic Usage Examples

Common usage patterns for MCP DevTools Server.

Go Project Example

json
// Tool: go_test
{
  "directory": ".",
  "args": ["./..."],
  "coverage": true
}

Node.js Project Example

json
// Tool: lint_eslint
{
  "directory": ".",
  "fix": true
}

TIP

More examples coming soon

Released under the Apache-2.0 License.