For AI agents: the complete documentation index is available at https://scriptedalchemy.github.io/agent-bundle/zh/llms.txt, the full documentation bundle is available at https://scriptedalchemy.github.io/agent-bundle/zh/llms-full.txt, and this page is available as Markdown at https://scriptedalchemy.github.io/agent-bundle/zh/api/interfaces/test.TestManifestPluginIdentity.md.
  • 简体中文
  • Interface: TestManifestPluginIdentity

    The project identity a generated MCP server advertises on the wire.

    Properties

    name

    readonly name: string


    packageName?

    readonly optional packageName?: string

    The validated npm package name, absent for unpackaged development projects.


    packageVersion?

    readonly optional packageVersion?: string

    The validated semantic release version, absent for unpackaged development projects.


    version

    readonly version: string