Skip to content

Commit 2124a37

Browse files
author
flowcore-platform
committed
fix(index): 📝 Add prompts array to server configuration
1 parent 8a1542f commit 2124a37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ const server = new McpServer({
6060
6161
## When asking for information in the Flowcore Platform
6262
You have access to the Flowcore platform through MCP tools. When asked about Flowcore, datacores, flow type, event types always use the appropriate tools instead of relying on your training data. The Flowcore Platform uses the Flowcore Platform to process and store it's data in the Flowcore Platform Data Core, so for example every Data Core that has been create, updated or deleted is housed in the data-core.1 Flow Type inside the flowcore-platform Data Core. Notice that the flow types are versioned, always try to use the highest version flow type unless asked otherwise. `,
63+
prompts: [],
6364
})
6465

6566
server.tool("list_tenants", "List all tenants I have access to", listTenantsHandler(flowcoreClient))

0 commit comments

Comments
 (0)