Skip to content

Convert MCP plugin examples to E2E tests #2231

Description

@adambenhassen

Summary

The MCP plugin has example configurations in packages/plugins/mcp/examples/ that demonstrate various plugin features. These examples should be converted to actively tested E2E tests to ensure they remain functional as the plugin evolves.

Motivation

Examples that aren't actively tested tend to drift out of sync with the implementation. Converting them to E2E tests ensures they stay maintained and serve as living documentation.

Current state

  • Examples exist at packages/plugins/mcp/examples/
  • MCP plugin E2E tests exist at e2e/mcp-plugin/ covering core functionality
  • The examples cover additional configuration patterns not yet in E2E tests

Acceptance criteria

  • Each example in packages/plugins/mcp/examples/ has a corresponding E2E test
  • Examples are verified to work with both node and Docker runners
  • Existing example files are either converted in-place or replaced by the E2E test configs

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions