Skip to content

Commit 49d3133

Browse files
Continue trying to trigger flow
1 parent 96f8f3a commit 49d3133

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.github/workflows/install-matrix-docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Install matrix (Docker)
22

33
on:
4-
workflow_call:
54
workflow_run:
65
workflows: ["CI (grouped)"]
76
types: [completed]
7+
branches: [main]
88
workflow_dispatch:
99

1010
jobs:

.github/workflows/install-matrix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Install matrix (macOS/Linux)
22

33
on:
4-
workflow_call:
54
workflow_run:
65
workflows: ["CI (grouped)"]
76
types: [completed]
7+
branches: [main]
88
workflow_dispatch:
99

1010
jobs:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "open-edison"
3-
version = "0.1.46"
3+
version = "0.1.47"
44
description = "Open-source MCP security, aggregation, and monitoring. Single-user, self-hosted MCP proxy."
55
readme = "README.md"
66
authors = [

src/server.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
"""
2+
Open Edison MCP Proxy Server
3+
Main server entrypoint for FastAPI and FastMCP integration.
4+
See README for usage and configuration details.
5+
"""
6+
17
import asyncio
28
import json
39
import traceback

0 commit comments

Comments
 (0)