Skip to content

Commit 9e845b4

Browse files
committed
Change license to MIT
- Updated from custom restrictive license to MIT - Allows broader adoption and integration - Maintains attribution requirement
1 parent 818ea1d commit 9e845b4

File tree

3 files changed

+17
-39
lines changed

3 files changed

+17
-39
lines changed

.mcp.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
{
22
"mcpServers": {
33
"purelymail": {
4-
"command": "nix",
5-
"args": [
6-
"run",
7-
"github:gui-wf/purelymail-mcp-server",
8-
"--quiet",
9-
"--refresh"
10-
],
4+
"command": "npx",
5+
"args": ["-y", "purelymail-mcp-server"],
116
"env": {
12-
"PURELYMAIL_API_KEY": "${PURELYMAIL_API_KEY}",
13-
"MOCK_MODE": "false"
7+
"PURELYMAIL_API_KEY": "${PURELYMAIL_API_KEY}"
148
}
159
},
1610
"sequential-thinking": {

LICENSE

Lines changed: 13 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,21 @@
1-
PurelyMail MCP Server License
1+
MIT License
22

33
Copyright (c) 2025 Guilherme Fontes
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
6-
of this software and associated documentation files (the "Software"), to use,
7-
copy, modify, merge, publish, and distribute the Software, subject to the
8-
following conditions:
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
911

10-
PERMITTED USES:
11-
✓ Personal use and productivity enhancement
12-
✓ Internal business operations and workflow automation
13-
✓ Educational and research purposes
14-
✓ Open source contributions and improvements
15-
16-
RESTRICTED USES:
17-
✗ Direct sale or licensing of this Software
18-
✗ Integration into commercial products or services offered to third parties
19-
✗ Use as a dependency in Software-as-a-Service (SaaS) offerings
20-
✗ Redistribution as part of commercial software packages
21-
22-
REQUIREMENTS:
23-
1. Attribution: The above copyright notice and this permission notice shall be
24-
included in all copies or substantial portions of the Software.
25-
26-
2. Share-Alike: Any modifications or derivative works must be distributed
27-
under the same license terms.
28-
29-
3. No Sublicensing: You may not sublicense or transfer these rights to others
30-
for commercial purposes.
31-
32-
For commercial licensing or integration into commercial products/services,
33-
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
3414

3515
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3616
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
37-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"type": "git",
1919
"url": "git+https://github.com/gui-wf/purelymail-mcp-server.git"
2020
},
21-
"license": "SEE LICENSE IN LICENSE",
21+
"license": "MIT",
2222
"author": "Guilherme Fontes <[email protected]> (https://gui.wf)",
2323
"main": "dist/index.js",
2424
"bin": {

0 commit comments

Comments
 (0)