diff --git a/.eslintrc.js b/.eslintrc.js index 732995f2831..bd5c3d8003b 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -47,6 +47,7 @@ module.exports = { "@typescript-eslint/no-invalid-this": "error", "@typescript-eslint/no-unused-vars": "error", // Unused vars should not exist. + "@typescript-eslint/require-await": "off", // sometimes async functions don't do await stuff for valid reasons. "no-invalid-this": "off", // Turned off in favor of @typescript-eslint/no-invalid-this. "no-unused-vars": "off", // Off in favor of @typescript-eslint/no-unused-vars. eqeqeq: ["error", "always", { null: "ignore" }], diff --git a/.github/ISSUE_TEMPLATE/mcp.md b/.github/ISSUE_TEMPLATE/mcp.md new file mode 100644 index 00000000000..64089d65833 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/mcp.md @@ -0,0 +1,26 @@ +--- +name: "🤖 MCP Server" +about: Report bugs or request features for the Firebase MCP Server. +title: "[MCP]" +labels: "api: mcp" +assignees: "" +--- + + + +## Summary + + + +## Bug Info + +- **Affected Tool(s):** +- **MCP Client:** +- **Operating System:** + +### Steps to Reproduce + +