fix: update project name to 'cordra-mcp' in configuration files

This commit is contained in:
Daniel Bauer
2025-06-30 11:46:02 +02:00
parent 9901f51f06
commit addfea8698
7 changed files with 6 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
[project]
name = "mcp-cordra"
name = "cordra-mcp"
version = "0.1.0"
description = "MCP server for Cordra digital object repository"
authors = [
@@ -26,7 +26,7 @@ dev = [
]
[project.scripts]
mcp-cordra = "mcp_cordra.server:main"
cordra-mcp = "mcp_cordra.server:main"
[build-system]
requires = ["hatchling"]