Skip to content

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

Open
koic wants to merge 1 commit into
modelcontextprotocol:mainfrom
koic:namespace_the_conformance_rake_tasks
Open

Group the conformance Rake tasks under a conformance namespace#538
koic wants to merge 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)
  • 新建 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
  • 新建 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.
注册 for free to join this conversation on GitHub. Already have an account? 登录 to comment

标签

None yet

项目

None yet

Development

Successfully merging this pull request may close these issues.

1 participant