Skip to content

Commit 70c83ae

Browse files
Phil Whittakerclaude
andcommitted
Update repository information and branding
- Update LICENSE copyright to Umbraco - Update README.md with correct repository URLs and badges - Update package.json repository, bugs, and homepage URLs to point to new Umbraco organization repository 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 597ea44 commit 70c83ae

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 Matthew-Wise
3+
Copyright (c) 2025-present Umbraco
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Umbraco MCP ![GitHub License](https://img.shields.io/github/license/matthew-wise/umbraco-mcp?style=plastic&link=https%3A%2F%2Fgithub.com%2FMatthew-Wise%2Fumbraco-mcp%3Ftab%3DMIT-1-ov-file%23readme)
1+
# Umbraco MCP ![GitHub License](https://img.shields.io/github/license/umbraco/Umbraco-CMS-MCP-Dev?style=plastic&link=https%3A%2F%2Fgithub.com%2Fumbraco%2FUmbraco-CMS-MCP-Dev%2Fblob%2Fmain%2FLICENSE)
22

33
An MCP (Model Context Protocol) server for [Umbraco CMS](https://umbraco.com/)
44
it provides access to key parts of the Management API enabling you to do back office tasks with your agent.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
],
3131
"repository": {
3232
"type": "git",
33-
"url": "git+https://github.com/Matthew-Wise/umbraco-mcp.git"
33+
"url": "git+https://github.com/umbraco/Umbraco-CMS-MCP-Dev"
3434
},
3535
"keywords": [
3636
"Umbraco",
@@ -43,9 +43,9 @@
4343
"author": "",
4444
"license": "MIT",
4545
"bugs": {
46-
"url": "https://github.com/Matthew-Wise/umbraco-mcp/issues"
46+
"url": "https://github.com/umbraco/Umbraco-CMS-MCP-Dev/issues"
4747
},
48-
"homepage": "https://github.com/Matthew-Wise/umbraco-mcp#readme",
48+
"homepage": "https://github.com/umbraco/Umbraco-CMS-MCP-Dev#readme",
4949
"dependencies": {
5050
"@modelcontextprotocol/sdk": "^1.9.0",
5151
"@types/uuid": "^10.0.0",

0 commit comments

Comments
 (0)