tapdb-maxcompute-mcp 0.1.8__py3-none-any.whl → 0.1.9__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tapdb-maxcompute-mcp
3
- Version: 0.1.8
3
+ Version: 0.1.9
4
4
  Summary: A MCP server for MaxCompute(tapdb revised)
5
5
  License-File: LICENSE
6
6
  Requires-Python: >=3.10
@@ -40,6 +40,7 @@ The server offers 3 core tools:
40
40
  - Execute a read-only query on the MaxCompute project, such as SELECT or DESC query is allowed.
41
41
  - Input:
42
42
  - `query` (string): The read only SQL query
43
+ - `save_file_path` (string,opitional): local file that save the query results as json list
43
44
  - Returns: Query results as array of objects
44
45
 
45
46
  #### Schema Tools
@@ -0,0 +1,7 @@
1
+ tapdb_maxcompute_mcp/__init__.py,sha256=j0-l3GKDkk17_-h9EfvAsxZ4eskj7qEusam9RPq3hGM,215
2
+ tapdb_maxcompute_mcp/server.py,sha256=EUbs2LwyY-Z2dgZKp-7f_pohInf_g4-8K876CFZskic,6626
3
+ tapdb_maxcompute_mcp-0.1.9.dist-info/METADATA,sha256=DOqiaABJRmW4QECYc6FsF0mg5xkyvlDJ-bAAhrhR7SI,2525
4
+ tapdb_maxcompute_mcp-0.1.9.dist-info/WHEEL,sha256=KGYbc1zXlYddvwxnNty23BeaKzh7YuoSIvIMO4jEhvw,87
5
+ tapdb_maxcompute_mcp-0.1.9.dist-info/entry_points.txt,sha256=uooKPBbMis_h5b1_XYKUwF4yzpnJl8UGO0-22lPj-z8,67
6
+ tapdb_maxcompute_mcp-0.1.9.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
7
+ tapdb_maxcompute_mcp-0.1.9.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- tapdb_maxcompute_mcp/__init__.py,sha256=j0-l3GKDkk17_-h9EfvAsxZ4eskj7qEusam9RPq3hGM,215
2
- tapdb_maxcompute_mcp/server.py,sha256=EUbs2LwyY-Z2dgZKp-7f_pohInf_g4-8K876CFZskic,6626
3
- tapdb_maxcompute_mcp-0.1.8.dist-info/METADATA,sha256=haQ5ezREGWuDoXOdKM2328eoxT_GLEOU0ikNYSmGy88,2429
4
- tapdb_maxcompute_mcp-0.1.8.dist-info/WHEEL,sha256=KGYbc1zXlYddvwxnNty23BeaKzh7YuoSIvIMO4jEhvw,87
5
- tapdb_maxcompute_mcp-0.1.8.dist-info/entry_points.txt,sha256=uooKPBbMis_h5b1_XYKUwF4yzpnJl8UGO0-22lPj-z8,67
6
- tapdb_maxcompute_mcp-0.1.8.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
7
- tapdb_maxcompute_mcp-0.1.8.dist-info/RECORD,,