Skip to content

fix(docs): remove stale MCP tool count - #571

Draft
adity982 wants to merge 1 commit into
caura-ai:mainfrom
adity982:fix/remove-stale-mcp-count
Draft

fix(docs): remove stale MCP tool count#571
adity982 wants to merge 1 commit into
caura-ai:mainfrom
adity982:fix/remove-stale-mcp-count

Conversation

@adity982

Copy link
Copy Markdown

Summary

Remove the hardcoded MCP tool count from the feature-request template so it cannot become stale as the server evolves.

Related Issue

Closes #554

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that changes existing behavior)
  • Documentation update
  • Refactor / internal cleanup
  • Other:

How Has This Been Tested?

  • Parsed .github/ISSUE_TEMPLATE/feature_request.yml with yaml.safe_load
  • Verified the stale MCP tool (one of the 9) text is absent
  • git diff --check

Checklist

  • I have read CONTRIBUTING.md
  • No tests are needed for this one-line issue-template copy correction
  • Python lint, mypy, and pytest are not applicable to this YAML-only change
  • Relevant documentation is updated
  • CHANGELOG update is not needed for issue-template copy

Additional Notes

The commit includes the required DCO sign-off.

Signed-off-by: Aditya Datta <crazyme07071996@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs(templates): feature_request.yml says "MCP tool (one of the 9)" but the server exposes 12

1 participant