Skip to content

Tirith landing page - #285

Closed
Akshat0694 wants to merge 1 commit into
StackGuardian:mainfrom
Akshat0694:f/landing
Closed

Tirith landing page#285
Akshat0694 wants to merge 1 commit into
StackGuardian:mainfrom
Akshat0694:f/landing

Conversation

@Akshat0694

Copy link
Copy Markdown
Member
  • Added tirith mcp command for argument parsing and launching the MCP server.
  • Implemented the MCP server in server.py to handle policy evaluations and responses.
  • Created tools in tools.py for evaluating policies, linting, and describing providers.
  • Updated example policies and inputs to reflect new MCP checks for S3 public access blocks.
  • Added tests for MCP tools, ensuring correct evaluation, linting, and provider descriptions.
  • Enhanced documentation in example files to clarify policy structure and expected outcomes.

Pull Request Template

Description

  • What changes are being made?

  • Why are these changes necessary?

  • Which issues or tickets does this PR close or relate to?

    • Related issue: #

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Other (please specify):

Checklist

  • Code has been linted.
  • Documentation has been updated (if needed).
  • Tests have been added or updated (if needed).
  • Any breaking changes have been communicated to the team.

Screenshots or Recordings (if applicable)

Additional Information

- Added `tirith mcp` command for argument parsing and launching the MCP server.
- Implemented the MCP server in `server.py` to handle policy evaluations and responses.
- Created tools in `tools.py` for evaluating policies, linting, and describing providers.
- Updated example policies and inputs to reflect new MCP checks for S3 public access blocks.
- Added tests for MCP tools, ensuring correct evaluation, linting, and provider descriptions.
- Enhanced documentation in example files to clarify policy structure and expected outcomes.
@sonarqubecloud

Copy link
Copy Markdown

❌ The last analysis has failed.

See analysis details on SonarQube Cloud

@Akshat0694 Akshat0694 closed this Aug 25, 2026
@Akshat0694 Akshat0694 changed the title feat(mcp): Introduce Model Context Protocol (MCP) server and CLI Tirith landing page Aug 25, 2026
@codecov

codecov Bot commented Aug 25, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 62.90323% with 69 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/tirith/mcp/tools.py 75.75% 15 Missing and 17 partials ⚠️
src/tirith/mcp/server.py 0.00% 21 Missing ⚠️
src/tirith/mcp/cli.py 41.66% 14 Missing ⚠️
src/tirith/mcp/__init__.py 50.00% 2 Missing ⚠️
Files with missing lines Coverage Δ
src/tirith/cli.py 75.58% <100.00%> (+1.19%) ⬆️
src/tirith/mcp/__init__.py 50.00% <50.00%> (ø)
src/tirith/mcp/cli.py 41.66% <41.66%> (ø)
src/tirith/mcp/server.py 0.00% <0.00%> (ø)
src/tirith/mcp/tools.py 75.75% <75.75%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

1 participant