docs: add setup guide and test coverage

This commit is contained in:
Hermes Agent
2026-08-02 17:08:56 +02:00
parent 974cbe6c68
commit 26431a4e26
6 changed files with 357 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
from __future__ import annotations
from openherbarium_mcp import __version__
from openherbarium_mcp.server import mcp
def test_package_version() -> None:
assert __version__ == "0.1.0"
def test_fastmcp_server_exists() -> None:
assert mcp.name == "OpenHerbarium MCP"