| Name | tyk-calculator-mcp-server JSON |
| Version |
0.1.2
JSON |
| download |
| home_page | None |
| Summary | 一个基于MCP协议的计算器服务器 |
| upload_time | 2025-08-27 09:03:12 |
| maintainer | None |
| docs_url | None |
| author | None |
| requires_python | >=3.8 |
| license | MIT License
Copyright (c) [2024] [Your Name]
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE. |
| keywords |
mcp
calculator
server
llm
|
| VCS |
|
| bugtrack_url |
|
| requirements |
No requirements were recorded.
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
No coveralls.
|
# TYK计算器MCP服务器
一个基于MCP协议的简单计算器服务器,提供基本的数学运算功能。
## 功能特性
- 支持加法、减法、乘法和除法运算
- 基于MCP协议,可与LLM模型集成
- 提供资源接口展示支持的操作
## 安装
```bash
pip install tyk-calculator-mcp-server
```
## 使用方法
安装完成后,可以通过以下命令启动服务器:
```bash
run-tyk-calculator
```
或者直接运行Python模块:
```bash
python -m tyk_calculator_mcp_server
```
## 依赖项
- Python 3.8或更高版本
- mcp包
## 许可证
MIT License
Raw data
{
"_id": null,
"home_page": null,
"name": "tyk-calculator-mcp-server",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "mcp, calculator, server, llm",
"author": null,
"author_email": "tangyongkang <316674908@qq.com>",
"download_url": "https://files.pythonhosted.org/packages/85/6a/3a143056734e7012412e95ceeff120c46cf839d070608ec0b37ff43824cb/tyk_calculator_mcp_server-0.1.2.tar.gz",
"platform": null,
"description": "# TYK\u8ba1\u7b97\u5668MCP\u670d\u52a1\u5668\r\n\r\n\u4e00\u4e2a\u57fa\u4e8eMCP\u534f\u8bae\u7684\u7b80\u5355\u8ba1\u7b97\u5668\u670d\u52a1\u5668\uff0c\u63d0\u4f9b\u57fa\u672c\u7684\u6570\u5b66\u8fd0\u7b97\u529f\u80fd\u3002\r\n\r\n## \u529f\u80fd\u7279\u6027\r\n\r\n- \u652f\u6301\u52a0\u6cd5\u3001\u51cf\u6cd5\u3001\u4e58\u6cd5\u548c\u9664\u6cd5\u8fd0\u7b97\r\n- \u57fa\u4e8eMCP\u534f\u8bae\uff0c\u53ef\u4e0eLLM\u6a21\u578b\u96c6\u6210\r\n- \u63d0\u4f9b\u8d44\u6e90\u63a5\u53e3\u5c55\u793a\u652f\u6301\u7684\u64cd\u4f5c\r\n\r\n## \u5b89\u88c5\r\n\r\n```bash\r\npip install tyk-calculator-mcp-server\r\n```\r\n\r\n## \u4f7f\u7528\u65b9\u6cd5\r\n\r\n\u5b89\u88c5\u5b8c\u6210\u540e\uff0c\u53ef\u4ee5\u901a\u8fc7\u4ee5\u4e0b\u547d\u4ee4\u542f\u52a8\u670d\u52a1\u5668\uff1a\r\n\r\n```bash\r\nrun-tyk-calculator\r\n```\r\n\r\n\u6216\u8005\u76f4\u63a5\u8fd0\u884cPython\u6a21\u5757\uff1a\r\n\r\n```bash\r\npython -m tyk_calculator_mcp_server\r\n```\r\n\r\n## \u4f9d\u8d56\u9879\r\n\r\n- Python 3.8\u6216\u66f4\u9ad8\u7248\u672c\r\n- mcp\u5305\r\n\r\n## \u8bb8\u53ef\u8bc1\r\n\r\nMIT License\r\n",
"bugtrack_url": null,
"license": "MIT License\r\n \r\n Copyright (c) [2024] [Your Name]\r\n \r\n Permission is hereby granted, free of charge, to any person obtaining a copy\r\n of this software and associated documentation files (the \"Software\"), to deal\r\n in the Software without restriction, including without limitation the rights\r\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r\n copies of the Software, and to permit persons to whom the Software is\r\n furnished to do so, subject to the following conditions:\r\n \r\n The above copyright notice and this permission notice shall be included in all\r\n copies or substantial portions of the Software.\r\n \r\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\r\n SOFTWARE.",
"summary": "\u4e00\u4e2a\u57fa\u4e8eMCP\u534f\u8bae\u7684\u8ba1\u7b97\u5668\u670d\u52a1\u5668",
"version": "0.1.2",
"project_urls": null,
"split_keywords": [
"mcp",
" calculator",
" server",
" llm"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "50813cd8d33b74f80802099a7cef0434ecf6180941ce5597d2a898c7187299ab",
"md5": "7fa46f87525fc943cff44b8c404a4039",
"sha256": "2eabcb244c7ae7ea4c1d08b815d657b80b81ab878ea04ffd9e50f05ddf42452d"
},
"downloads": -1,
"filename": "tyk_calculator_mcp_server-0.1.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "7fa46f87525fc943cff44b8c404a4039",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 5611,
"upload_time": "2025-08-27T09:03:11",
"upload_time_iso_8601": "2025-08-27T09:03:11.695022Z",
"url": "https://files.pythonhosted.org/packages/50/81/3cd8d33b74f80802099a7cef0434ecf6180941ce5597d2a898c7187299ab/tyk_calculator_mcp_server-0.1.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "856a3a143056734e7012412e95ceeff120c46cf839d070608ec0b37ff43824cb",
"md5": "0fd9157834a52cbc7d3a09464c4b8484",
"sha256": "8f6ad78d2ef4c7675edfbd4af4655aaaa7e6688f641c7d79c582b0a6bf732d95"
},
"downloads": -1,
"filename": "tyk_calculator_mcp_server-0.1.2.tar.gz",
"has_sig": false,
"md5_digest": "0fd9157834a52cbc7d3a09464c4b8484",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 4274,
"upload_time": "2025-08-27T09:03:12",
"upload_time_iso_8601": "2025-08-27T09:03:12.583826Z",
"url": "https://files.pythonhosted.org/packages/85/6a/3a143056734e7012412e95ceeff120c46cf839d070608ec0b37ff43824cb/tyk_calculator_mcp_server-0.1.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-27 09:03:12",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "tyk-calculator-mcp-server"
}