gibson-cli 0.8.6__py3-none-any.whl → 0.8.8__py3-none-any.whl

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.
@@ -73,11 +73,11 @@ def get_project_details(uuid: str) -> Dict:
73
73
 
74
74
 
75
75
  @mcp.tool()
76
- def get_project_hosted_api_details(uuid: str) -> str:
76
+ def get_project_hosted_database_details(uuid: str) -> str:
77
77
  """
78
- Get a GibsonAI project's hosted API details.
78
+ Get the details for querying a GibsonAI project's hosted database.
79
79
  <IMPORTANT>
80
- This includes necessary context for an LLM to understand and generate code related to fetching or modifying the project's data via the hosted REST API.
80
+ This includes necessary context for an LLM to understand and generate code related to fetching or modifying the data in the project's hosted database.
81
81
  </IMPORTANT>
82
82
  """
83
83
  project_api = ProjectApi(Configuration(interactive=False))
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gibson-cli
3
- Version: 0.8.6
3
+ Version: 0.8.8
4
4
  Summary: Gibson Command Line Interface
5
5
  Author-email: GibsonAI <noc@gibsonai.com>
6
6
  Project-URL: Homepage, https://gibsonai.com/
@@ -28,7 +28,7 @@ Requires-Dist: fastapi==0.115.12
28
28
  Requires-Dist: fastapi-cli==0.0.2
29
29
  Requires-Dist: h11==0.14.0
30
30
  Requires-Dist: httpcore==1.0.5
31
- Requires-Dist: httptools==0.6.1
31
+ Requires-Dist: httptools==0.6.4
32
32
  Requires-Dist: httpx==0.27.0
33
33
  Requires-Dist: httpx-sse==0.4.0
34
34
  Requires-Dist: idna==3.6
@@ -106,7 +106,7 @@ gibson/services/code/customization/CustomizationManager.py,sha256=M2gz98Yo2WTnnh
106
106
  gibson/services/code/customization/Index.py,sha256=4Thf0gZM6VErZJS97w748PRNmHi8QvsyblOLCw1Y_XE,364
107
107
  gibson/services/code/customization/tests/test_code_customization_Authenticator.py,sha256=kKExkLfKPpRA2NQH3fvRCuBEMhCGhR-IvNJqXuyBz3c,1949
108
108
  gibson/services/code/customization/tests/test_code_customization_BaseCustomization.py,sha256=jaEwxxoU7d9ziOtfF21NPmZX2qSRpa-kz_8Ju9BKGts,412
109
- gibson/services/mcp/server.py,sha256=_ZVbYrtRsc1xwZVfuQ60aM28UwvD7gNzwkm2f8bJMdI,6783
109
+ gibson/services/mcp/server.py,sha256=sCludSIuvRaH4d6ERbDrM3GlH-BoiBspqmr5XNr5ZbA,6809
110
110
  gibson/structure/Entity.py,sha256=N_Tx8RTs9ySMMgAoR9rVuMcsRgNA7zvNvJBScJLfYE4,675
111
111
  gibson/structure/mysql/Entity.py,sha256=zolt3N_F3WlQtlOqrHflwsJeJ6r6A3MN4LxCzeAbU_k,3693
112
112
  gibson/structure/mysql/testing.py,sha256=al4LI6e3bhjopsR0qTAmaOJyCQXF0_inVQ4xv7VQ6qo,9149
@@ -129,8 +129,8 @@ gibson/tests/test_Env.py,sha256=DPWmP0-aEelducq9bAwv7rKoY2NjWXUeCrzfJDQkn2M,369
129
129
  gibson/tests/test_Memory.py,sha256=YP7owToABAk_-s7fD5UG0HTc4lamDjdA39JUlLnk3Fg,2574
130
130
  gibson/tests/test_utils.py,sha256=r_y-EG05YTCNtL8MWiAK1KmPsmeoMgypKsQC_lVgOtM,559
131
131
  venv/bin/activate_this.py,sha256=E1T7r3559tBsyqFpdcQW0HbY7gDvNiIv5Pc6HQ4bpoA,2383
132
- gibson_cli-0.8.6.dist-info/METADATA,sha256=2ck_I0c8Wy1zmQKSZa7fh-xTomcfj-poUJfT0A-Dvso,14562
133
- gibson_cli-0.8.6.dist-info/WHEEL,sha256=ooBFpIzZCPdw3uqIQsOo4qqbA4ZRPxHnOH7peeONza0,91
134
- gibson_cli-0.8.6.dist-info/entry_points.txt,sha256=j5VUvq3AzL21xPvVC24zMoXFt-I5lUWulr66nL3OAPM,50
135
- gibson_cli-0.8.6.dist-info/top_level.txt,sha256=fSV3vegbdbSDwiB6n5z3FCeYwkIonzFrx4ek3F_OSdI,16
136
- gibson_cli-0.8.6.dist-info/RECORD,,
132
+ gibson_cli-0.8.8.dist-info/METADATA,sha256=DORMMl7yzYRQWEnQn1Tnnv2i5AEcWfgyn_DTVxBCyGw,14562
133
+ gibson_cli-0.8.8.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
134
+ gibson_cli-0.8.8.dist-info/entry_points.txt,sha256=j5VUvq3AzL21xPvVC24zMoXFt-I5lUWulr66nL3OAPM,50
135
+ gibson_cli-0.8.8.dist-info/top_level.txt,sha256=fSV3vegbdbSDwiB6n5z3FCeYwkIonzFrx4ek3F_OSdI,16
136
+ gibson_cli-0.8.8.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.0.1)
2
+ Generator: setuptools (80.3.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5