@fruition/fcp-mcp-server 1.6.0 → 1.6.2
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.
- package/dist/index.js +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -754,7 +754,7 @@ const TOOLS = [
|
|
|
754
754
|
},
|
|
755
755
|
category: {
|
|
756
756
|
type: 'string',
|
|
757
|
-
description: 'Optional: filter by category (
|
|
757
|
+
description: 'Optional: filter by category (infrastructure, security, pre_launch_webops, pre_launch_devops, pre_launch_dev, launch_day_devops, launch_day_seo, post_launch_day1, post_launch_week1, post_launch_day30)',
|
|
758
758
|
},
|
|
759
759
|
status: {
|
|
760
760
|
type: 'string',
|
|
@@ -780,7 +780,7 @@ const TOOLS = [
|
|
|
780
780
|
},
|
|
781
781
|
category: {
|
|
782
782
|
type: 'string',
|
|
783
|
-
enum: ['
|
|
783
|
+
enum: ['infrastructure', 'security', 'pre_launch_webops', 'pre_launch_devops', 'pre_launch_dev', 'launch_day_devops', 'launch_day_seo', 'post_launch_day1', 'post_launch_week1', 'post_launch_day30'],
|
|
784
784
|
description: 'Category for the checklist item',
|
|
785
785
|
},
|
|
786
786
|
description: {
|
|
@@ -860,7 +860,7 @@ const TOOLS = [
|
|
|
860
860
|
},
|
|
861
861
|
category: {
|
|
862
862
|
type: 'string',
|
|
863
|
-
enum: ['
|
|
863
|
+
enum: ['infrastructure', 'security', 'pre_launch_webops', 'pre_launch_devops', 'pre_launch_dev', 'launch_day_devops', 'launch_day_seo', 'post_launch_day1', 'post_launch_week1', 'post_launch_day30'],
|
|
864
864
|
description: 'Updated category',
|
|
865
865
|
},
|
|
866
866
|
role: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fruition/fcp-mcp-server",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.2",
|
|
4
4
|
"description": "MCP Server for FCP Launch Coordination System - enables Claude Code to interact with FCP launches and track development time",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|