codedthemes-cli 0.1.20__tar.gz → 0.1.21__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: codedthemes-cli
3
- Version: 0.1.20
3
+ Version: 0.1.21
4
4
  Summary: CLI tool for Code Theme and Integration
5
5
  Author: codedthemes
6
6
  Requires-Python: >=3.10
@@ -195,7 +195,6 @@ def handle_init():
195
195
  print(' "code-theme-mcp": {')
196
196
  print(' "type": "sse",')
197
197
  print(' "serverURL": "https://mcp.codedthemes.com/api/mcp",')
198
- print(f' "env": {{ "CODEDTHEMES_TOKEN": "{client.token}" }}')
199
198
  print(' }')
200
199
  print(' }')
201
200
  print(' }\n')
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: codedthemes-cli
3
- Version: 0.1.20
3
+ Version: 0.1.21
4
4
  Summary: CLI tool for Code Theme and Integration
5
5
  Author: codedthemes
6
6
  Requires-Python: >=3.10
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "codedthemes-cli"
7
- version = "0.1.20"
7
+ version = "0.1.21"
8
8
  description = "CLI tool for Code Theme and Integration"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"