Skip to content

Group the conformance Rake tasks under a conformance namespace - #538

Merged
koic merged 1 commit into
modelcontextprotocol:mainfrom
koic:namespace_the_conformance_rake_tasks
Aug 30, 2026
Merged

Group the conformance Rake tasks under a conformance namespace#538
koic merged 1 commit into
modelcontextprotocol:mainfrom
koic:namespace_the_conformance_rake_tasks

Conversation

@koic

@koic koic commented Aug 29, 2026

Copy link
Copy Markdown
Member

Motivation and Context

The three conformance tasks were named conformance, conformance_list, and conformance_server, spelling out with underscores the grouping that Rake expresses with namespaces.

They are now conformance:test, conformance:list, and conformance:server. The bare conformance task is kept as an alias for conformance:test.

How Has This Been Tested?

By running rake -T to confirm the three tasks are grouped under conformance: with the alias listed beside them, rake --dry-run default to confirm that the default task resolves conformance:test, and rake conformance:list to exercise a renamed task end to end.

Breaking Changes

None. These are development-only Rake tasks.

Types of changes

  • 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

Checklist

  • I have read the MCP Documentation
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have added or updated documentation as needed

## Motivation and Context

The three conformance tasks were named `conformance`, `conformance_list`, and `conformance_server`,
spelling out with underscores the grouping that Rake expresses with namespaces.

They are now `conformance:test`, `conformance:list`, and `conformance:server`.
The bare `conformance` task is kept as an alias for `conformance:test`.

## How Has This Been Tested?

By running `rake -T` to confirm the three tasks are grouped under `conformance:`
with the alias listed beside them, `rake --dry-run default` to confirm that the default task
resolves `conformance:test`, and `rake conformance:list` to exercise a renamed task end to end.

## Breaking Changes

None. These are development-only Rake tasks.
@koic
koic merged commit 0cd1514 into modelcontextprotocol:main Aug 30, 2026
11 checks passed
@koic
koic deleted the namespace_the_conformance_rake_tasks branch August 30, 2026 16:29
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