Skip to content

Commit f16399c

Browse files
authored
bump mcp/sdk and docs repo to official (#4)
1 parent 6fc0de2 commit f16399c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"require": {
1414
"php": ">=8.2",
1515
"cakephp/cakephp": "^5.2",
16-
"mcp/sdk": "^0.2",
16+
"mcp/sdk": "^0.3",
1717
"ext-sqlite3": "*"
1818
},
1919
"require-dev": {

config/synapse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
'sources' => [
126126
'cakephp-5x' => [
127127
'enabled' => true,
128-
'repository' => 'https://github.com/cakephp/docs-md.git',
128+
'repository' => 'https://github.com/cakephp/docs.git',
129129
'branch' => '5.x',
130130
'root' => 'docs/en', // Root directory within repo to index
131131
'metadata' => [

0 commit comments

Comments
 (0)