Skip to content

Commit c53b9ad

Browse files
committed
Add uv support
Signed-off-by: Gerald Venzl <[email protected]>
1 parent b72a6c0 commit c53b9ad

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[project]
2+
name = "oracle-db-doc-mcp-server"
3+
version = "0.1.0"
4+
description = "The Oracle Database Documentation MCP Server"
5+
readme = "README.md"
6+
requires-python = ">=3.13"
7+
dependencies = [
8+
"beautifulsoup4>=4.9.0",
9+
"fastmcp>=2.11.3",
10+
"markdownify>=1.2.0",
11+
"pocketsearch>=0.40.0",
12+
]

0 commit comments

Comments
 (0)