Skip to content

Commit fb98247

Browse files
committed
chore: rename to asgardeo
1 parent bc2189c commit fb98247

File tree

5 files changed

+15
-10
lines changed

5 files changed

+15
-10
lines changed

.changeset/config.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
"$schema": "https://unpkg.com/@changesets/config@2.2.0/schema.json",
33
"access": "restricted",
44
"baseBranch": "main",
5-
"changelog": ["@changesets/changelog-github", { "repo": "brionmario/mcp-node" }],
5+
"changelog": [
6+
"@changesets/changelog-github",
7+
{
8+
"repo": "asgardeo/mcp-node"
9+
}
10+
],
611
"commit": false,
712
"fixed": [],
813
"ignore": [],

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ git clone https://github.com/<github username>/asgardeo-mcp-node.git
7777
3. Set the original repo as the upstream remote.
7878

7979
```shell
80-
git remote add upstream https://github.com/brionmario/asgardeo-mcp-node.git
80+
git remote add upstream https://github.com/asgardeo/asgardeo-mcp-node.git
8181
```
8282

8383
## Setting up the Development Environment
@@ -326,7 +326,7 @@ The content of the commit message body should contain:
326326
```bash
327327
git push origin feat/your-feature-name
328328
```
329-
4. Go to the original `brionmario/asgardeo-mcp-node` repository on GitHub and open a new Pull Request from your forked
329+
4. Go to the original `asgardeo/asgardeo-mcp-node` repository on GitHub and open a new Pull Request from your forked
330330
branch to the `main` branch of the upstream repository.
331331
5. Provide a clear title and a detailed description for your Pull Request:
332332
- Explain the "why" and "what" of your changes.

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
</h1>
88
</p>
99
<p align="center" style="font-size: 1.2rem;">
10-
Node.js SDKs for implementing Model Context Protocol (MCP) authorization with <a href="https://wso2.com/asgardeo">Asgardeo</a>. This repository is maintained by <a href="https://github.com/brionmario">Brion Mario</a>.
10+
Node.js SDKs for implementing Model Context Protocol (MCP) authorization with <a href="https://wso2.com/asgardeo">Asgardeo</a>
1111
</p>
1212

1313
<div align="center">
1414
<a href="./LICENSE"><img src="https://img.shields.io/badge/License-Apache--2.0-blue.svg" alt="License"></a>
15-
<a href="https://github.com/brionmario/asgardeo-mcp-node/actions/workflows/release.yml"><img src="https://github.com/brionmario/asgardeo-mcp-node/actions/workflows/release.yml/badge.svg" alt="🚀 Release"></a>
15+
<a href="https://github.com/asgardeo/asgardeo-mcp-node/actions/workflows/release.yml"><img src="https://github.com/asgardeo/asgardeo-mcp-node/actions/workflows/release.yml/badge.svg" alt="🚀 Release"></a>
1616
<br>
1717
<br>
1818
</div>
@@ -37,8 +37,8 @@ mcp-express.
3737

3838
| Package | Description |
3939
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
40-
| [![@asgardeo/mcp-express](https://img.shields.io/npm/v/@asgardeo/mcp-express?color=%234A90E2&label=%40brionmario-experimental%2Fmcp-express&logo=express)](./packages/mcp-express/) | Express middleware for enforcing MCP authorization using Asgardeo. |
41-
| [![@asgardeo/mcp-node](https://img.shields.io/npm/v/@asgardeo/mcp-node?color=%23339933&label=%40brionmario-experimental%2Fmcp-node&logo=nodedotjs)](./packages/mcp-node/) (Placeholder) | Core Node.js utilities for Model Context Protocol (MCP) integration with Asgardeo. |
40+
| [![@asgardeo/mcp-express](https://img.shields.io/npm/v/@asgardeo/mcp-express?color=%234A90E2&label=%40asgardeo%2Fmcp-express&logo=express)](./packages/mcp-express/) | Express middleware for enforcing MCP authorization using Asgardeo. |
41+
| [![@asgardeo/mcp-node](https://img.shields.io/npm/v/@asgardeo/mcp-node?color=%23339933&label=%40asgardeo%2Fmcp-node&logo=nodedotjs)](./packages/mcp-node/) (Placeholder) | Core Node.js utilities for Model Context Protocol (MCP) integration with Asgardeo. |
4242

4343
## Overview
4444

@@ -62,7 +62,7 @@ submitting pull requests to us. We highly value your contributions and support!
6262
### Reporting issues
6363

6464
We encourage you to report issues, improvements, and feature requests by creating
65-
[Github Issues](https://github.com/brionmario/asgardeo-mcp-node/issues).
65+
[Github Issues](https://github.com/asgardeo/asgardeo-mcp-node/issues).
6666

6767
**Important**: Please be advised that security issues **MUST** be reported to
6868
<a href="mailto:security@wso2.com">security@wso2.com</a>, not as GitHub issues, in order to reach the proper audience.

packages/mcp-express/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This package provides Express middleware that implements Model Context Protocol
1111
applications. It integrates with Asgardeo for authentication and authorization services.
1212

1313
This package is part of the
14-
[Asgardeo MCP Node.js SDKs monorepo](https://github.com/brionmario/asgardeo-mcp-node#readme). For overall project
14+
[Asgardeo MCP Node.js SDKs monorepo](https://github.com/asgardeo/asgardeo-mcp-node#readme). For overall project
1515
information, contribution guidelines, and details on other related packages, please refer to the main repository.
1616

1717
## Installation

packages/mcp-node/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Node.js applications. It serves as the foundation for higher-level implementatio
1212
(`@asgardeo/mcp-express`).
1313

1414
This package is part of the
15-
[Asgardeo MCP Node.js SDKs monorepo](https://github.com/brionmario/asgardeo-mcp-node#readme). For overall project
15+
[Asgardeo MCP Node.js SDKs monorepo](https://github.com/asgardeo/asgardeo-mcp-node#readme). For overall project
1616
information, contribution guidelines, and details on other related packages, please refer to the main repository.
1717

1818
## Installation

0 commit comments

Comments
 (0)