Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .mcpd/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# mcpd onboarding

This repository is wired for the `authprobe` service in `clgtm/authprobe`.

The default deploy entrypoint is `src/index.ts` and can be overridden in workflow inputs when needed.
9 changes: 9 additions & 0 deletions .mcpd/governance.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: v1
tenant_id: tenant_user_clgtm
service_id: svc_authprobe
environment: prod
tools:
- name: authprobe
tags:
- read
- write
9 changes: 9 additions & 0 deletions .mcpd/service.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"entry_point": "src/index.ts",
"environment": "prod",
"health_check_path": "/health",
"name": "authprobe",
"repository": "clgtm/authprobe",
"runtime": "typescript",
"service_id": "svc_authprobe"
}