chore: update workspace config and memory
This commit is contained in:
17
KIS_MCP_Server/pyproject.toml
Normal file
17
KIS_MCP_Server/pyproject.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
[project]
|
||||
name = "kis-mcp-server"
|
||||
version = "0.1.0"
|
||||
description = "한국투자증권 REST API를 사용한 MCP(Model Context Protocol) 서버"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
license = "MIT"
|
||||
authors = [
|
||||
{ name = "migusdn", email = "migusdn@gmail.com" }
|
||||
]
|
||||
dependencies = [
|
||||
"fastmcp>=2.5.1",
|
||||
"httpx>=0.28.1",
|
||||
"mcp>=1.9.1",
|
||||
"pathlib>=1.0.1",
|
||||
"python-dotenv>=1.1.0",
|
||||
]
|
||||
Reference in New Issue
Block a user