Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "preflight-dev",
"mcpName": "io.github.preflight-dev/preflight",
"version": "3.2.0",
"description": "Preflight checks for AI coding agents catch vague prompts, surface missing context, search session history",
"description": "Preflight checks for AI coding agents \u2014 catch vague prompts, surface missing context, search session history",
"type": "module",
"main": "dist/index.js",
"bin": {
Expand Down
29 changes: 29 additions & 0 deletions server.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.preflight-dev/preflight",
"description": "24-tool MCP server for Claude Code — catches vague prompts before they waste tokens, with 12-category scorecards, session history search via LanceDB vectors, cross-service contract awareness, correction pattern learning, and cost estimation.",
"repository": {
"url": "https://github.com/preflight-dev/preflight",
"source": "github"
},
"version": "3.2.0",
"packages": [
{
"registryType": "npm",
"identifier": "preflight-dev",
"version": "3.2.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Path to the project directory for preflight to analyze",
"isRequired": false,
"format": "string",
"isSecret": false,
"name": "CLAUDE_PROJECT_DIR"
}
]
}
]
}
Loading