Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
bump version
  • Loading branch information
bigcodegen committed Mar 30, 2025
commit f202d580d5d0165cbc2ffcbc1c2988c9f9531d82
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { z } from "zod";
const server = new McpServer(
{
name: "mcp-neovim-server",
version: "0.4.0"
version: "0.4.1"
}
);

Expand Down