Skip to content

PromptScript API


Variable: MCPJAM_VERSIONS

const MCPJAM_VERSIONS: object

Defined in: formatters/src/formatters/mcpjam.ts:5

Type Declaration

full

readonly full: object

full.description

readonly description: ".mcpjam/rules/project.md + .mcpjam/skills/<name>/SKILL.md" = '.mcpjam/rules/project.md + .mcpjam/skills/<name>/SKILL.md'

full.name

readonly name: "full" = 'full'

full.outputPath

readonly outputPath: ".mcpjam/rules/project.md" = '.mcpjam/rules/project.md'

multifile

readonly multifile: object

multifile.description

readonly description: "Single .mcpjam/rules/project.md file (skills via full mode)" = 'Single .mcpjam/rules/project.md file (skills via full mode)'

multifile.name

readonly name: "multifile" = 'multifile'

multifile.outputPath

readonly outputPath: ".mcpjam/rules/project.md" = '.mcpjam/rules/project.md'

simple

readonly simple: object

simple.description

readonly description: "Single .mcpjam/rules/project.md file" = 'Single .mcpjam/rules/project.md file'

simple.name

readonly name: "simple" = 'simple'

simple.outputPath

readonly outputPath: ".mcpjam/rules/project.md" = '.mcpjam/rules/project.md'