Skip to content

Commit e1e9c66

Browse files
committed
Bumping version to 0.3.0
1 parent 601dfeb commit e1e9c66

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ Ask Claude: "Check for circular dependencies in the codebase graph"
261261
Ask Claude: "Export the codebase graph structure as Markdown for visualization"
262262
```
263263

264-
📖 **More examples:** [https://github.com/PCfVW/mcp-arango-async/blob/main/docs/getting-started/first-interaction.md](https://github.com/PCfVW/mcp-arango-async/blob/main/docs/getting-started/first-interaction.md)
264+
📖 **More examples:** [https://github.com/PCfVW/mcp-arango-async/blob/main/docs/examples/codebase-analysis.md](https://github.com/PCfVW/mcp-arango-async/blob/main/docs/examples/codebase-analysis.md)
265265

266266
---
267267

@@ -286,6 +286,9 @@ Ask Claude: "Export the codebase graph structure as Markdown for visualization"
286286
- [HTTP Transport](https://github.com/PCfVW/mcp-arango-async/blob/main/docs/developer-guide/http-transport.md)
287287
- [Changelog](https://github.com/PCfVW/mcp-arango-async/blob/main/docs/developer-guide/changelog.md)
288288

289+
### Examples
290+
- [Codebase Dependency Analysis](https://github.com/PCfVW/mcp-arango-async/blob/main/docs/examples/codebase-analysis.md)
291+
289292
📖 **Full documentation:** [https://github.com/PCfVW/mcp-arango-async/tree/main/docs](https://github.com/PCfVW/mcp-arango-async/tree/main/docs)
290293

291294
---

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "mcp-arangodb-async"
7-
version = "0.2.7"
7+
version = "0.3.0"
88
description = "A Model Context Protocol server for ArangoDB"
99
readme = "README.md"
1010
license = "Apache-2.0"

0 commit comments

Comments
 (0)