codedthemes-cli 0.1.18__tar.gz → 0.1.19__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {codedthemes_cli-0.1.18 → codedthemes_cli-0.1.19}/PKG-INFO +1 -1
- {codedthemes_cli-0.1.18 → codedthemes_cli-0.1.19}/codedthemes/cli.py +1 -3
- {codedthemes_cli-0.1.18 → codedthemes_cli-0.1.19}/codedthemes_cli.egg-info/PKG-INFO +1 -1
- {codedthemes_cli-0.1.18 → codedthemes_cli-0.1.19}/pyproject.toml +1 -1
- {codedthemes_cli-0.1.18 → codedthemes_cli-0.1.19}/README.md +0 -0
- {codedthemes_cli-0.1.18 → codedthemes_cli-0.1.19}/codedthemes/__init__.py +0 -0
- {codedthemes_cli-0.1.18 → codedthemes_cli-0.1.19}/codedthemes/config.py +0 -0
- {codedthemes_cli-0.1.18 → codedthemes_cli-0.1.19}/codedthemes/mcp_client.py +0 -0
- {codedthemes_cli-0.1.18 → codedthemes_cli-0.1.19}/codedthemes/patch_utils.py +0 -0
- {codedthemes_cli-0.1.18 → codedthemes_cli-0.1.19}/codedthemes/repo_utils.py +0 -0
- {codedthemes_cli-0.1.18 → codedthemes_cli-0.1.19}/codedthemes/sync_manager.py +0 -0
- {codedthemes_cli-0.1.18 → codedthemes_cli-0.1.19}/codedthemes_cli.egg-info/SOURCES.txt +0 -0
- {codedthemes_cli-0.1.18 → codedthemes_cli-0.1.19}/codedthemes_cli.egg-info/dependency_links.txt +0 -0
- {codedthemes_cli-0.1.18 → codedthemes_cli-0.1.19}/codedthemes_cli.egg-info/entry_points.txt +0 -0
- {codedthemes_cli-0.1.18 → codedthemes_cli-0.1.19}/codedthemes_cli.egg-info/requires.txt +0 -0
- {codedthemes_cli-0.1.18 → codedthemes_cli-0.1.19}/codedthemes_cli.egg-info/top_level.txt +0 -0
- {codedthemes_cli-0.1.18 → codedthemes_cli-0.1.19}/setup.cfg +0 -0
|
@@ -28,7 +28,6 @@ def handle_login(server_url: str = None):
|
|
|
28
28
|
choice = input("Switch account? (y/N): ").strip().lower()
|
|
29
29
|
if choice not in ['y', 'yes']:
|
|
30
30
|
print("Login cancelled.")
|
|
31
|
-
print("Please enter your credentials to log in.")
|
|
32
31
|
return
|
|
33
32
|
except:
|
|
34
33
|
pass
|
|
@@ -183,8 +182,7 @@ def handle_init():
|
|
|
183
182
|
print(' "mcpServers": {')
|
|
184
183
|
print(' "code-theme-mcp": {')
|
|
185
184
|
print(' "type": "sse",')
|
|
186
|
-
print(' "serverURL": "https://mcp.codedthemes.com/api/mcp"
|
|
187
|
-
print(f' "env": {{ "CODEDTHEMES_TOKEN": "{client.token}" }}')
|
|
185
|
+
print(' "serverURL": "https://mcp.codedthemes.com/api/mcp"')
|
|
188
186
|
print(' }')
|
|
189
187
|
print(' }')
|
|
190
188
|
print(' }\n')
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codedthemes_cli-0.1.18 → codedthemes_cli-0.1.19}/codedthemes_cli.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|