File tree Expand file tree Collapse file tree 3 files changed +12
-11
lines changed Expand file tree Collapse file tree 3 files changed +12
-11
lines changed Original file line number Diff line number Diff line change
1
+ [* ]
2
+ trim_trailing_whitespace = true
3
+ end_of_line = lf
Original file line number Diff line number Diff line change @@ -108,7 +108,8 @@ def create_timeplus_client():
108
108
f"as { client_config ['username' ]} "
109
109
f"(secure={ client_config ['secure' ]} , verify={ client_config ['verify' ]} , "
110
110
f"connect_timeout={ client_config ['connect_timeout' ]} s, "
111
- f"send_receive_timeout={ client_config ['send_receive_timeout' ]} s)" )
111
+ f"send_receive_timeout={ client_config ['send_receive_timeout' ]} s)"
112
+ )
112
113
113
114
try :
114
115
client = timeplus_connect .get_client (** client_config )
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " mcp-timeplus"
3
- version = " 0.1.0 "
3
+ version = " 0.1.2 "
4
4
description = " An MCP server for Timeplus."
5
5
readme = " README.md"
6
6
license = " Apache-2.0"
7
7
license-files = [" LICENSE" ]
8
8
requires-python = " >=3.13"
9
9
dependencies = [
10
- " mcp>=1.0.0" ,
11
- " python-dotenv>=1.0.1" ,
12
- " fastmcp>=0.4.0" ,
13
- " uvicorn>=0.34.0" ,
14
- " timeplus-connect>=0.8.14" ,
10
+ " mcp>=1.0.0" ,
11
+ " python-dotenv>=1.0.1" ,
12
+ " fastmcp>=0.4.0" ,
13
+ " uvicorn>=0.34.0" ,
14
+ " timeplus-connect>=0.8.14" ,
15
15
]
16
16
17
17
[project .scripts ]
@@ -21,10 +21,7 @@ mcp-timeplus = "mcp_timeplus.main:main"
21
21
Home = " https://github.com/jovezhong/mcp-timeplus"
22
22
23
23
[project .optional-dependencies ]
24
- dev = [
25
- " ruff" ,
26
- " pytest"
27
- ]
24
+ dev = [" ruff" , " pytest" ]
28
25
29
26
[tool .hatch .build .targets .wheel ]
30
27
packages = [" mcp_timeplus" ]
You can’t perform that action at this time.
0 commit comments