We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7452704 commit 581988cCopy full SHA for 581988c
src/server/__init__.py
@@ -1,5 +1,5 @@
1
"""Server module for MetricFlow MCP server."""
2
3
-import importlib
+import importlib.metadata
4
5
VERSION = importlib.metadata.version("mcp-metricflow")
0 commit comments