Loading subscription status...
{
"mcpServers": [
{
"Bruno API MCP Server": {
"args": [
"--loader",
"ts-node/esm",
"src/index.ts",
"--bruno-path",
"/path/to/bruno/collection",
"[--environment",
"env_name]",
"[--include-tools",
"tool1,tool2,tool3]",
"[--exclude-tools",
"tool4,tool5]"
],
"command": "node"
}
}
]
}