firebender.jsonβ’1.01 kB
{
"backgroundAgent": {
"start": "npm run lint; npm run build",
"copyFiles": [
"roadmap/README.md",
"roadmap/bugs/TEMPLATE.md",
"roadmap/features/TEMPLATE.md",
"roadmap/features/README.md"
],
"install": "npm install"
},
"rules": [
"This is a Node TypeScript MCP server that uses https://github.com/modelcontextprotocol/typescript-sdk to serve tool calls.",
"The goal of the project is to provide Android Debug Bridge (ADB) capabilities through MCP tool calls for Android device automation.,",
"Whenever terminal output isn't showing, write output to a file in the scratch directory",
{
"filePathMatches": "*",
"rulesPaths": [
"README.md",
"docs/ai/validation.md",
"roadmap/README.md",
"roadmap/bugs/TEMPLATE.md",
"roadmap/features/TEMPLATE.md",
"roadmap/features/README.md"
]
}
],
"ignore": [
"node_modules/",
"dist/",
".view_hierarchy_cache/",
"*.js"
]
}