Skip to content

Commit 77fe32f

Browse files
Merge pull request #11 from elevenlabs/quickfix-tab-in-package-desc
ElevenLabs together in remaining places + missed word fix
2 parents 212f3a8 + a55d685 commit 77fe32f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

elevenlabs_mcp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
"""Eleven Labs MCP Server package."""
1+
"""ElevenLabs MCP Server package."""
22

33
__version__ = "0.1.8"

elevenlabs_mcp/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def generate_config(api_key: str | None = None):
8585
claude_path = args.config_path if args.config_path else get_claude_config_path()
8686
if claude_path is None:
8787
print(
88-
"Could not find Claude config path automatically. Please specify it using --config-path argument. The argument be an absolute path of the claude_desktop_config.json file."
88+
"Could not find Claude config path automatically. Please specify it using --config-path argument. The argument should be an absolute path of the claude_desktop_config.json file."
8989
)
9090
sys.exit(1)
9191

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "elevenlabs-mcp"
33
version = "0.1.8"
4-
description = "Eleven Labs MCP Server"
4+
description = "ElevenLabs MCP Server"
55
authors = [
66
{ name = "Jacek Duszenko", email = "[email protected]" },
77
{ name = "Paul Asjes", email = "[email protected]" },

0 commit comments

Comments
 (0)