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
Binary file added .DS_Store
Binary file not shown.
Binary file added start-mcp-markitdown/src/.DS_Store
Binary file not shown.
12 changes: 12 additions & 0 deletions start-mcp-tablestore-openmemory/hook/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
async function preInit(inputObj) {

}

async function postInit(inputObj) {

}

module.exports = {
postInit,
preInit
}
36 changes: 36 additions & 0 deletions start-mcp-tablestore-openmemory/publish.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
Edition: 3.0.0
Type: Project
Name: mcp-tablestore-openmemory
Version: dev
Provider:
- 阿里云 # 取值内容参考:https://api.devsapp.cn/v3/common/args.html
Description: 阿里云可观测 MCP Server 模版
HomePage: https://github.com/devsapp/fcai-mcp-servers/tree/main/start-mcp-aliyun-observability
Tags: #标签详情
- MCP
- Python
- Develop
Category: MCP服务 # 取值内容参考:https://api.devsapp.cn/v3/common/args.html
Service: # 使用的服务
函数计算: # 取值内容参考:https://api.devsapp.cn/v3/common/args.html
Authorities: #权限描述
- AliyunFCFullAccess # 所需要的权限,例如AliyunFCFullAccess
Organization: 阿里云函数计算(FC) # 所属组织
Effective: Public # 是否公开,取值:Public,Private,Organization
Parameters:
type: object
additionalProperties: false # 不允许增加其他属性
required: # 必填项
- region
properties:
region:
title: 地域
type: string
default: cn-hangzhou
description: 创建应用所在的地区
enum:
- cn-beijing
- cn-hangzhou
- cn-shanghai
- cn-shenzhen
- ap-southeast-1
Loading