Skip to content

Commit 94f282d

Browse files
committed
Bump to v0.4.1 for PyPI + MCP registry re-publish
1 parent c13e7f2 commit 94f282d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "codesurface"
7-
version = "0.4.0"
7+
version = "0.4.1"
88
description = "MCP server that indexes a codebase's public API at startup and serves it via compact tool responses. Pluggable parsers for C#, Java, TypeScript, Python, and more."
99
readme = "README.md"
1010
license = {file = "LICENSE"}

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
33
"name": "io.github.Codeturion/codesurface",
4-
"version": "0.4.0",
4+
"version": "0.4.1",
55
"description": "Indexes your codebase's public API and serves it via compact MCP tool responses.",
66
"repository": {
77
"url": "https://github.com/Codeturion/codesurface",
@@ -12,7 +12,7 @@
1212
"registryType": "pypi",
1313
"registryBaseUrl": "https://pypi.org",
1414
"identifier": "codesurface",
15-
"version": "0.4.0",
15+
"version": "0.4.1",
1616
"runtimeHint": "uvx",
1717
"transport": {
1818
"type": "stdio"

0 commit comments

Comments
 (0)