@fruition/fcp-mcp-server 1.21.0 → 1.22.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,10 @@
1
+ #!/usr/bin/env node
2
+ /**
3
+ * FCP MCP Server
4
+ *
5
+ * Provides Claude Code with direct access to FCP Launch Coordination System:
6
+ * - Query launches, checklists, and legacy access info
7
+ * - Update checklist item status
8
+ * - Get project context for migrations
9
+ */
10
+ export {};