Skip to content

Commit 3e7d662

Browse files
committed
Working on naming
1 parent 3746496 commit 3e7d662

File tree

2 files changed

+4
-81
lines changed

2 files changed

+4
-81
lines changed

progress-dont-read.md

Lines changed: 0 additions & 77 deletions
This file was deleted.

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "mcp-code-extractor"
2+
name = "mcp-server-code-extractor"
33
version = "0.1.0"
44
description = "A Model Context Protocol (MCP) server that provides precise code extraction tools using tree-sitter parsing"
55
readme = "README.md"
@@ -30,9 +30,9 @@ dependencies = [
3030
]
3131

3232
[project.urls]
33-
Homepage = "https://github.com/ctoth/mcp-code-extractor"
34-
Repository = "https://github.com/ctoth/mcp-code-extractor"
35-
Issues = "https://github.com/ctoth/mcp-code-extractor/issues"
33+
Homepage = "https://github.com/ctoth/mcp_server_code_extractor"
34+
Repository = "https://github.com/ctoth/mcp_server_code_extractor"
35+
Issues = "https://github.com/ctoth/mcp_server_code_extractor/issues"
3636
Documentation = "https://github.com/ctoth/mcp-code-extractor#readme"
3737

3838
[project.scripts]

0 commit comments

Comments
 (0)