LICENSE
README.md
pyproject.toml
src/forge_mcp/__init__.py
src/forge_mcp/auth.py
src/forge_mcp/forge_service_client.py
src/forge_mcp/schemas.py
src/forge_mcp/server.py
src/forge_mcp/vault_fs.py
src/forge_mcp/resources/__init__.py
src/forge_mcp/resources/artifact_uri.py
src/forge_mcp/resources/note_uri.py
src/forge_mcp/resources/recipe_uri.py
src/forge_mcp/tools/__init__.py
src/forge_mcp/tools/commit_recipe.py
src/forge_mcp/tools/compile_recipe.py
src/forge_mcp/tools/get_run_result.py
src/forge_mcp/tools/read_note_catalog.py
src/forge_mcp/tools/read_notes_in_vault.py
src/forge_mcp/tools/run_recipe.py
src/forge_recipe_mcp.egg-info/PKG-INFO
src/forge_recipe_mcp.egg-info/SOURCES.txt
src/forge_recipe_mcp.egg-info/dependency_links.txt
src/forge_recipe_mcp.egg-info/entry_points.txt
src/forge_recipe_mcp.egg-info/requires.txt
src/forge_recipe_mcp.egg-info/top_level.txt
tests/test_artifact_resource.py
tests/test_auth.py
tests/test_commit_recipe.py
tests/test_compile_recipe.py
tests/test_error_message_shape.py
tests/test_forge_service_client.py
tests/test_get_run_result.py
tests/test_main_transport.py
tests/test_note_uri_parser.py
tests/test_output_schemas_audit.py
tests/test_read_catalog_tool.py
tests/test_read_vault_tool.py
tests/test_run_recipe.py
tests/test_tool_schemas.py
tests/test_tool_wire_shape.py