Skip to content

Labels

Labels

  • adr

    Architecture Decision Records (docs/adr/)
  • area: bridge

    MCP bridge and integration
  • area: cli

    CLI commands and interface
  • area: codegen

    Code generation
  • area: core

    Core types and infrastructure
  • area: performance

    Performance optimization
  • area: skill-store

    Skill storage and persistence
  • area: testing

    Testing infrastructure
  • area: wasm-runtime

    WASM runtime and sandbox
  • breaking change

    Contains breaking API changes (requires major version bump)
  • bug

    Something isn't working
  • build

    Build configuration changes (build.rs, toolchain)
  • chore

    Maintenance tasks (deps, CI/CD)
  • crate: mcp-cli

    Changes to mcp-cli crate (command-line interface)
  • crate: mcp-codegen

    Changes to mcp-codegen crate (TypeScript code generation)
  • crate: mcp-core

    Changes to mcp-core crate (foundation types, traits, errors)
  • crate: mcp-files

    Changes to mcp-files crate (virtual filesystem)
  • crate: mcp-introspector

    Changes to mcp-introspector crate (MCP server analysis)
  • documentation

    Improvements or additions to documentation
  • enhancement

    New feature or request
  • good first issue

    Good for newcomers
  • help wanted

    Extra attention is needed
  • P0

    Critical — broken core functionality, security, data loss, fix immediately
  • P1

    High — significant bug or security risk, fix next PR
  • P2

    Medium — degraded UX or incorrect non-destructive behavior
  • P3

    Low — cosmetic issues, unlikely edge cases
  • P4

    Trivial — backlog cleanup, no user-facing impact
  • phase-9

    Phase 9 implementation
  • question

    Further information is requested
  • refactor

    Code refactoring