gamecode-mcp2 0.7.0

Minimal, auditable Model Context Protocol server for safe LLM-to-system interaction
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Test file with includes
include:
  - test_tools.yaml

tools:
  - name: additional_tool
    description: Tool added via include
    command: ls
    args:
      - name: all
        description: Show all files
        required: false
        type: boolean
        cli_flag: "-a"