tuna-agent 0.1.112 → 0.1.113
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/mcp/idea-server.js +2 -2
- package/package.json +1 -1
package/dist/mcp/idea-server.js
CHANGED
|
@@ -65,7 +65,7 @@ const TOOLS = [
|
|
|
65
65
|
properties: {
|
|
66
66
|
name: { type: 'string', description: 'Name/title of the idea' },
|
|
67
67
|
category: { type: 'string', description: 'Category of the idea (e.g. SaaS, Mobile App, AI Tool, etc.)' },
|
|
68
|
-
source: { type: 'string', enum: ['trending', 'research', 'social'], description: 'Where the idea came from' },
|
|
68
|
+
source: { type: 'string', enum: ['trending', 'research', 'social', 'creative'], description: 'Where the idea came from' },
|
|
69
69
|
strategy: { type: 'string', description: 'High-level strategy or approach for this idea (optional)' },
|
|
70
70
|
url: { type: 'string', description: 'Reference URL related to the idea (optional)' },
|
|
71
71
|
score: { type: 'number', description: 'Idea score/rating (optional)' },
|
|
@@ -109,7 +109,7 @@ const TOOLS = [
|
|
|
109
109
|
properties: {
|
|
110
110
|
status: { type: 'string', enum: ['new', 'watching', 'validated', 'archived'], description: 'Filter by status (optional)' },
|
|
111
111
|
category: { type: 'string', description: 'Filter by category (optional)' },
|
|
112
|
-
source: { type: 'string', enum: ['trending', 'research', 'social'], description: 'Filter by source (optional)' },
|
|
112
|
+
source: { type: 'string', enum: ['trending', 'research', 'social', 'creative'], description: 'Filter by source (optional)' },
|
|
113
113
|
agent_id: { type: 'string', description: 'Filter by agent ID (optional, defaults to current agent)' },
|
|
114
114
|
page: { type: 'number', description: 'Page number (optional, default 1)' },
|
|
115
115
|
limit: { type: 'number', description: 'Items per page (optional, default 20)' },
|