@flowrelay/mcp-server 0.4.0 → 0.4.1

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/README.md CHANGED
@@ -10,7 +10,7 @@ It connects to Flow Relay API v1 using an API key and supports both:
10
10
  ## Package
11
11
 
12
12
  - Name: @flowrelay/mcp-server
13
- - Version: 0.4.0
13
+ - Version: 0.4.1
14
14
 
15
15
  ## What Is Included
16
16
 
package/dist/index.js CHANGED
@@ -50,7 +50,7 @@ const api = new FlowRelayAPI(apiKey, process.env.FLOWRELAY_BASE_URL);
50
50
  let activeProjectId = normalizeProjectId(process.env.FLOWRELAY_PROJECT_ID);
51
51
  const server = new McpServer({
52
52
  name: 'flowrelay',
53
- version: '0.4.0',
53
+ version: '0.4.1',
54
54
  });
55
55
  async function getTenantContext() {
56
56
  const context = await api.listProjects();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowrelay/mcp-server",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Flow Relay MCP Server for Claude Desktop and Claude Code — handoffs, integrations, and context events via natural conversation.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -8,7 +8,7 @@
8
8
  "homepage": "https://www.flowrelay.it",
9
9
  "repository": {
10
10
  "type": "git",
11
- "url": "https://github.com/AdrianSorbello/flow-relay"
11
+ "url": "https://github.com/atrisorb/flow-relay.git"
12
12
  },
13
13
  "keywords": [
14
14
  "mcp",