Skip to content

🫀Add configuration for Service Cat Creator App #134

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
39 changes: 39 additions & 0 deletions servers/service-cat-creator-app/server.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
name: service-cat-creator-app
image: mcp/service-cat-creator-app
type: server
meta:
category: productivity
tags:
- productivity
about:
title: Service cat creator app
description: This app helps you create a service catalog and add it in ServiceNow instance.
icon: https://avatars.githubusercontent.com/u/102017379?v=4
source:
project: https://github.com/divyashah0510/service-cat-creator-app
config:
description: Configure the connection to Service cat creator app
env:
- name: SERVICENOW_INSTANCE
example: https://your-instance.service-now.com
value: '{{service-cat-creator-app.servicenow_instance}}'
- name: SERVICENOW_USER
example: your_username
value: '{{service-cat-creator-app.servicenow_user}}'
- name: SERVICENOW_PASSWORD
example: your_password
value: '{{service-cat-creator-app.servicenow_password}}'
- name: GEMINI_API_KEY
example: your_api_key
value: '{{service-cat-creator-app.gemini_api_key}}'
parameters:
type: object
properties:
servicenowinstance:
type: string
servicenowuser:
type: string
servicenowpassword:
type: string
geminiapikey:
type: string