flowspec-mcp 4.2.1 → 4.2.2
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/server.js +1 -1
- package/package.json +1 -1
package/dist/server.js
CHANGED
|
@@ -30,7 +30,7 @@ import { MODE } from './config.js';
|
|
|
30
30
|
export function createServer() {
|
|
31
31
|
const server = new McpServer({
|
|
32
32
|
name: 'flowspec',
|
|
33
|
-
version: '4.2.
|
|
33
|
+
version: '4.2.2',
|
|
34
34
|
});
|
|
35
35
|
// ─── Read tools ──────────────────────────────────────────────────
|
|
36
36
|
server.tool('flowspec_list_projects', 'List all FlowSpec projects with names and dates', listProjectsSchema.shape, handleListProjects);
|