+
+ {JSON.stringify(
+ {
+ mcpServers: {
+ pawtograder: {
+ command: "npx",
+ args: ["-y", "@anthropic-ai/mcp-proxy@latest", mcpServerUrl],
+ env: {
+ MCP_HEADERS: JSON.stringify({
+ Authorization: "Bearer YOUR_TOKEN_HERE"
+ })
+ }
+ }
+ }
+ },
+ null,
+ 2
+ )}
+
+
+