Skip to content
VS Code

first agentic csa for VS Code

io.github.ramalamadingdong/first-agentic-csa

FRC documentation MCP server for WPILib, REV, CTRE, Redux, and PhotonVision.

client:VS Code transport:stdio runtime:pypi

Install first agentic csa in VS Code

.vscode/mcp.json

{
  "servers": {
    "first-agentic-csa": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "first-agentic-csa"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

first agentic csa in other clients