Skip to content

Commit ad0288d

Browse files
rholinsheadandrew-lastmile
authored andcommitted
Update from relative paths for config and requirements (lastmile-ai#585)
1 parent fa91d1d commit ad0288d

35 files changed

+41
-92
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
$schema: https://raw.githubusercontent.com/lastmile-ai/mcp-agent/refs/heads/main/schema/mcp-agent.config.schema.json
2+
13
name: openai_coinflip_ui
24
execution_engine: asyncio
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
# Core framework dependency
2-
mcp-agent[cli] @ file://../../../ # Link to the local mcp-agent project root
1+
mcp-agent

src/mcp_agent/data/examples/cloud/hello_world/mcp_agent.config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$schema: ../../schema/mcp-agent.config.schema.json
1+
$schema: https://raw.githubusercontent.com/lastmile-ai/mcp-agent/refs/heads/main/schema/mcp-agent.config.schema.json
22

33
execution_engine: asyncio
44
logger:
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
# Core framework dependency
2-
mcp-agent[cli] @ file://../../.. # Link to the local mcp-agent project root
1+
mcp-agent

src/mcp_agent/data/examples/cloud/mcp/mcp_agent.config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
$schema: https://raw.githubusercontent.com/lastmile-ai/mcp-agent/refs/heads/main/schema/mcp-agent.config.schema.json
2+
13
execution_engine: asyncio
24
logger:
35
transports: [file]
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
# Core framework dependency
2-
mcp-agent[cli] @ file://../../../ # Link to the local mcp-agent project root
3-
4-
openai>=1.0.0
1+
mcp-agent[openai]

src/mcp_agent/data/examples/cloud/temporal/mcp_agent.config.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Configuration for the Temporal workflow example
2-
$schema: ../../schema/mcp-agent.config.schema.json
1+
$schema: https://raw.githubusercontent.com/lastmile-ai/mcp-agent/refs/heads/main/schema/mcp-agent.config.schema.json
32

43
# Set the execution engine to Temporal
54
execution_engine: "temporal"
Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
1-
# Core framework dependency
2-
mcp-agent[cli] @ file://../../../ # Link to the local mcp-agent project root
3-
4-
# Additional dependencies specific to this example
5-
openai
6-
temporalio
1+
mcp-agent[openai,temporal]

src/mcp_agent/data/examples/mcp_agent_server/asyncio/mcp_agent.config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
$schema: https://raw.githubusercontent.com/lastmile-ai/mcp-agent/refs/heads/main/schema/mcp-agent.config.schema.json
2+
13
execution_engine: asyncio
24
logger:
35
transports: [file]
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
# Core framework dependency
2-
mcp-agent @ file://../../../ # Link to the local mcp-agent project root
1+
mcp-agent[openai]
32

43

54
rich
6-
openai>=1.0.0
5+
openai>=1.0.0

0 commit comments

Comments
 (0)