Skip to content

Commit 265d0a0

Browse files
author
flowcore-platform
committed
Merge branch 'main' of github.com:flowcore-io/mcp-flowcore-platform
2 parents f3ccf67 + 7619620 commit 265d0a0

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.6.2](https://github.com/flowcore-io/mcp-flowcore-platform/compare/v1.6.1...v1.6.2) (2025-04-03)
4+
5+
6+
### Bug Fixes
7+
8+
* **README:** :rocket: force release ([fa519fd](https://github.com/flowcore-io/mcp-flowcore-platform/commit/fa519fd90fca91caf5f453ed829e4a8ff574a7b4))
9+
310
## [1.6.1](https://github.com/flowcore-io/mcp-flowcore-platform/compare/v1.6.0...v1.6.1) (2025-03-18)
411

512

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
A Model Context Protocol (MCP) server for managing and interacting with the Flowcore Platform.
44

5+
If you're curious about how it works, you can [check out our video](https://www.youtube.com/watch?v=Wh4h_n7IlTw), where we set it up and demonstrate what it can do.
6+
7+
> If you like this solution, but would like to reduce the hallucinations, reduce token usage, increase the amount of data you can look through and also speed up querying exponentially - then we recommend you also [check out our local read model mcp server](https://github.com/flowcore-io/mcp-flowcore-local-readmodel),
8+
59
## Usage with npx
610

711
You can run this package directly using npx without installing it:
@@ -67,3 +71,5 @@ This project uses the Model Context Protocol (MCP) to provide a standardized int
6771

6872
Originally created using `bun init` in bun v1.2.3. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.
6973

74+
## Questions
75+
if you have any questions or cool ideas, then feel free to [join our Discord community](https://discord.gg/4fmSaR4wFR). Otherwise you can find us on all major social platforms

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flowcore/platform-mcp-server",
3-
"version": "1.6.1",
3+
"version": "1.6.2",
44
"description": "MCP server for managing and interacting with Flowcore Platform",
55
"private": false,
66
"type": "module",

0 commit comments

Comments
 (0)