Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.

Commit 2abc75b

Browse files
committed
Bump version to 1.0.1
1 parent 873da5d commit 2abc75b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deepsource-mcp-server",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Model Context Protocol server for DeepSource",
55
"type": "module",
66
"main": "dist/index.js",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { z } from 'zod';
88
// Initialize MCP server
99
export const mcpServer = new McpServer({
1010
name: 'deepsource-mcp-server',
11-
version: '1.0.0',
11+
version: '1.0.1',
1212
});
1313

1414
// Export handler functions for testing

0 commit comments

Comments
 (0)