-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgapp.yaml
More file actions
24 lines (23 loc) · 759 Bytes
/
gapp.yaml
File metadata and controls
24 lines (23 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# gapp deployment manifest — optional cloud deployment configuration.
#
# This file configures deployment to GCP Cloud Run via gapp
# (https://github.com/echomodel/gapp). gapp provides simplified,
# secure, scalable cloud deployment with credential mediation,
# so upstream tokens never leave the server.
#
# This is NOT required to use monarch-access. The solution runs
# independently as a local CLI, Python SDK, or stdio MCP server.
# See README.md for standard installation and usage.
service:
cmd: monarch-mcp serve
public: true
domain: mcp.monarch.echomodel.ai
env:
- name: SIGNING_KEY
secret:
name: signing-key
generate: true
- name: APP_USERS_PATH
value: "{{SOLUTION_DATA_PATH}}/users"
- name: LOG_LEVEL
value: INFO