chore: update workspace config and memory

This commit is contained in:
arin
2026-03-30 19:30:25 +09:00
commit f3726b39d1
3479 changed files with 346874 additions and 0 deletions

View 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",
]