-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathjac.toml
More file actions
77 lines (65 loc) · 2.11 KB
/
jac.toml
File metadata and controls
77 lines (65 loc) · 2.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
[project]
name = "jac-mcp-playground"
version = "1.0.0"
description = "ProtoMCP – explore, test and debug MCP servers"
entry-point = "main.jac"
authors = ["Jaseci Labs"]
license = "MIT"
[serve]
base_route_app = "app"
[plugins.client.vite]
plugins = ["tailwindcss()"]
lib_imports = ["import tailwindcss from '@tailwindcss/vite'"]
[dependencies]
jac-mcp = ">=0.1.3"
jaclang = ">=0.12.0"
jasketch-mcp-server = ">=1.0.5"
[dependencies.npm]
jac-client-node = "1.0.7"
tailwindcss = "latest"
"@uiw/react-json-view" = "^2.0.0-alpha.30"
"@monaco-editor/react" = "^4.6.0"
lucide-react = "^0.468.0"
clsx = "^2.1.1"
tailwind-merge = "^3.0.0"
"react-markdown" = "^9.0.1"
"remark-gfm" = "^4.0.0"
[dependencies.npm.dev]
"@jac-client/dev-deps" = "2.0.0"
"@tailwindcss/vite" = "^4.1.17"
[plugins.scale.kubernetes]
app_name = "jac-mcp-playground"
namespace = "jac-mcp-playground"
mongodb_enabled = false
redis_enabled = false
[dev-dependencies]
watchdog = ">=3.0.0"
litellm = ">=1.30.0"
[plugins.client.app_meta_data]
title = "ProtoMCP"
description = "A Postman-style lab for exploring, testing and debugging Model Context Protocol (MCP) servers"
keywords = "mcp, jaseci, jac, llm, tools, protolab, playground, model context protocol, mcp client, mcp testing"
author = "Jaseci Labs"
robots = "index, follow"
theme_color = "#0f172a"
icon = "/assets/mcp.png"
canonical = "https://protomcp.io"
# Open Graph – social media sharing
og_type = "website"
og_title = "ProtoMCP – Explore, Test & Debug MCP Servers"
og_description = "Connect to any Model Context Protocol server, execute tools, invoke prompts, and browse resources — all from your browser."
og_url = "https://protomcp.io"
og_image = "https://protomcp.io/assets/banner-dark.png"
og_image_width = "1200"
og_image_height = "630"
og_site_name = "ProtoMCP"
# Custom meta
meta_application_name = "ProtoMCP"
[plugins.client.pwa]
theme_color = "#000000"
background_color = "#ffffff"
# cache_name = "mcp-protolab-cache-v1"
# [plugins.client.pwa.manifest]
# name = "ProtoMCP"
# short_name = "ProtoMCP"
# description = "A Postman-style lab for exploring, testing and debugging Model Context Protocol (MCP) servers"