Update README.md
This commit is contained in:
9
configs/example.yaml
Normal file
9
configs/example.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
repository: https://github.com/example/my-service
|
||||
job_id: my-service
|
||||
description: Example service managed by MCP
|
||||
meta:
|
||||
owner: ai-team
|
||||
environment: development
|
||||
tags:
|
||||
- api
|
||||
- example
|
11
configs/ms-qc-db.yaml
Normal file
11
configs/ms-qc-db.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
repository: https://gitea.dev.meisheng.group/Mei_Sheng_Textiles/MS_QC_DB
|
||||
repository_alias: ms-qc-db
|
||||
job_id: ms-qc-db-dev
|
||||
namespace: development
|
||||
description: MS QC Database application for quality control tracking
|
||||
meta:
|
||||
owner: ms-team
|
||||
environment: development
|
||||
tags:
|
||||
- database
|
||||
- qc
|
10
configs/test-service.yaml
Normal file
10
configs/test-service.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
repository: http://gitea.internal/username/test-service
|
||||
repository_alias: test-service
|
||||
job_id: test-service
|
||||
description: Test service managed by MCP for Gitea integration
|
||||
meta:
|
||||
owner: ai-team
|
||||
environment: development
|
||||
tags:
|
||||
- test
|
||||
- api
|
Reference in New Issue
Block a user