Skip to content

Add MCP server for agent discovery (#76)#100

Merged
Dimwiddle merged 6 commits intomainfrom
76-add-mcp-server-discovery
Feb 16, 2026
Merged

Add MCP server for agent discovery (#76)#100
Dimwiddle merged 6 commits intomainfrom
76-add-mcp-server-discovery

Conversation

@Dimwiddle
Copy link
Copy Markdown
Contributor

Description

Add a minimal SpecLeft MCP server with 3 resources and 1 tool for agent discovery, including a python -m specleft.mcp entrypoint and specleft mcp CLI command.

Type of Change

  • New feature
  • Documentation update
  • Tests

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Testing

  • make lint (pass)
  • pytest tests/mcp tests/commands/test_status.py tests/cli/test_cli_base.py -q (pass)

Related Issues

Closes #76

@Dimwiddle Dimwiddle linked an issue Feb 16, 2026 that may be closed by this pull request
4 tasks
Copy link
Copy Markdown
Contributor Author

@Dimwiddle Dimwiddle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Summary:

Needs updating to re-use existing payload builders from commands e.g. 'status', 'coverage', 'features'. This is to be consitnent with CLI outputs as much as possible and reduce payload maintenance.

@Dimwiddle Dimwiddle merged commit 9803ac7 into main Feb 16, 2026
11 checks passed
@Dimwiddle Dimwiddle deleted the 76-add-mcp-server-discovery branch February 16, 2026 13:42
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.

Add MCP Server for Agent Discovery

1 participant