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 894a08d commit 8cf06d6Copy full SHA for 8cf06d6
src/mcp_server/.env.example
@@ -0,0 +1,10 @@
1
+SERVER_TRANSPORT=SSE
2
+
3
+# Example Docker: DOCS_API_URL=http://app-dev:8000/ or http://host.docker.internal:8071/
4
+# Example localhost: DOCS_API_URL=http://localhost:8071/
5
+# Example Hackathon: DOCS_API_URL=https://docs-ia.beta.numerique.gouv.fr/
6
+DOCS_API_URL=<API_URL_HERE>
7
8
+# Token generated from the frontend application
9
+# see http://localhost:3000/user-tokens/
10
+DOCS_API_TOKEN=<TOKEN_HERE>
0 commit comments