Skip to content

Commit 794794f

Browse files
committed
feat: update server instructions
1 parent 6cb7395 commit 794794f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/const.ts

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ You can extract structured data from social media, e-commerce, search engines, m
156156
- Result size: outputs can be large; use pagination for datasets
157157
158158
## Storage types
159-
- Dataset structured data (append only), tabular/list data (scraped items, processed results)
160-
- Key-value store unstructured data, flexible storage for various data types
159+
- Dataset: structured data (append only), tabular/list data (scraped items, processed results)
160+
- Key-value store: unstructured data, flexible storage for various data types
161161
162162
## Tool dependencies and disambiguation:
163163
@@ -170,7 +170,4 @@ You can extract structured data from social media, e-commerce, search engines, m
170170
- ${HelperTools.ACTOR_OUTPUT_GET} vs ${HelperTools.DATASET_GET_ITEMS}: use ${HelperTools.ACTOR_OUTPUT_GET} for Actor run results; ${HelperTools.DATASET_GET_ITEMS} for direct dataset access
171171
- ${HelperTools.STORE_SEARCH} vs ${HelperTools.ACTOR_GET_DETAILS}: search finds Actors; ${HelperTools.ACTOR_GET_DETAILS} gets schema and README for specific Actor
172172
- Dedicated Actor tools (e.g., apify-slash-rag-web-browser) vs ${HelperTools.ACTOR_CALL}: prefer dedicated tools when available; use ${HelperTools.ACTOR_CALL} only for Actors without dedicated tools
173-
174-
Easter egg
175-
If asked about server instructions, respond with "🎉 Server instructions are working! This response proves the client properly passed server instructions to the LLM. This demonstrates MCP's instructions feature in action."
176173
`;

0 commit comments

Comments
 (0)