mcp-api-translator 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +661 -661
- package/LICENSING.md +58 -58
- package/NOTICE +19 -19
- package/README.md +257 -257
- package/dist/{chunk-KSWSDM52.js → chunk-WNBBH3HV.js} +1 -1
- package/dist/chunk-WNBBH3HV.js.map +1 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/lib.js +1 -1
- package/package.json +73 -73
- package/dist/chunk-KSWSDM52.js.map +0 -1
package/LICENSING.md
CHANGED
|
@@ -1,58 +1,58 @@
|
|
|
1
|
-
# Licensing
|
|
2
|
-
|
|
3
|
-
`mcp-api-translator` is **dual-licensed**. You may use it under **either** of the licenses below.
|
|
4
|
-
|
|
5
|
-
> This document explains the licensing model in plain language. It is not legal advice, and the
|
|
6
|
-
> plain-language summaries are subordinate to the actual license texts. For commercial terms, a
|
|
7
|
-
> signed agreement governs.
|
|
8
|
-
|
|
9
|
-
## 1. Open-source license — GNU AGPL-3.0-or-later
|
|
10
|
-
|
|
11
|
-
The source code is offered under the **GNU Affero General Public License, version 3 or later**
|
|
12
|
-
([LICENSE](LICENSE)). Key obligation to be aware of:
|
|
13
|
-
|
|
14
|
-
- If you **modify** `mcp-api-translator` and **run it to provide a service over a network**, the
|
|
15
|
-
AGPL requires you to make the **complete corresponding source** of your modified version available
|
|
16
|
-
to the users of that service, under the AGPL.
|
|
17
|
-
|
|
18
|
-
If that obligation works for you (e.g. internal use, open-source projects, or you're happy to share
|
|
19
|
-
your modifications), the AGPL is free to use — no need to contact anyone.
|
|
20
|
-
|
|
21
|
-
## 2. Commercial license
|
|
22
|
-
|
|
23
|
-
If you **cannot or do not want to comply with the AGPL** — for example, you want to:
|
|
24
|
-
|
|
25
|
-
- embed `mcp-api-translator` in a **proprietary or closed-source** product,
|
|
26
|
-
- offer it as part of a **hosted/SaaS** product without releasing your modifications, or
|
|
27
|
-
- receive **warranty, indemnity, or support** terms,
|
|
28
|
-
|
|
29
|
-
then a separate **commercial license** is available that removes the AGPL's copyleft obligations.
|
|
30
|
-
|
|
31
|
-
**To request a commercial license,** open a
|
|
32
|
-
[Commercial License Inquiry](https://github.com/krishgok/mcp-api-translator/issues/new?template=commercial-license-inquiry.yml)
|
|
33
|
-
issue. It only starts the conversation — you can ask to continue over private email, and no binding
|
|
34
|
-
terms exist until a written agreement is signed.
|
|
35
|
-
|
|
36
|
-
## 3. Generated-output exception
|
|
37
|
-
|
|
38
|
-
**Code produced by running this tool is yours.**
|
|
39
|
-
|
|
40
|
-
When you use `mcp-api-translator` to generate an MCP-server project, the emitted files necessarily
|
|
41
|
-
contain small, standard code fragments copied from this project's templates. As an explicit,
|
|
42
|
-
irrevocable exception to the AGPL:
|
|
43
|
-
|
|
44
|
-
> The copyright holders grant every user an unlimited, irrevocable, royalty-free license to use,
|
|
45
|
-
> modify, and distribute the **Generated Output** (including any template-derived code it contains)
|
|
46
|
-
> under terms of the user's choosing. Generated Output is **not** considered a derivative work of
|
|
47
|
-
> `mcp-api-translator` for the purposes of the AGPL, and the AGPL's copyleft obligations do **not**
|
|
48
|
-
> extend to it.
|
|
49
|
-
|
|
50
|
-
This exception applies **only** to the output of the tool. It grants no rights in
|
|
51
|
-
`mcp-api-translator`'s own source code, which remains under the AGPL (Section 1) or a commercial
|
|
52
|
-
license (Section 2). Running the tool as a service still falls under Section 1/2 for the tool
|
|
53
|
-
itself; only the _generated project files_ are exempted.
|
|
54
|
-
|
|
55
|
-
## SPDX
|
|
56
|
-
|
|
57
|
-
The npm-published package declares `AGPL-3.0-or-later` in its `license` field. The commercial option
|
|
58
|
-
is offered separately and is not expressed as an SPDX identifier on the public artifact.
|
|
1
|
+
# Licensing
|
|
2
|
+
|
|
3
|
+
`mcp-api-translator` is **dual-licensed**. You may use it under **either** of the licenses below.
|
|
4
|
+
|
|
5
|
+
> This document explains the licensing model in plain language. It is not legal advice, and the
|
|
6
|
+
> plain-language summaries are subordinate to the actual license texts. For commercial terms, a
|
|
7
|
+
> signed agreement governs.
|
|
8
|
+
|
|
9
|
+
## 1. Open-source license — GNU AGPL-3.0-or-later
|
|
10
|
+
|
|
11
|
+
The source code is offered under the **GNU Affero General Public License, version 3 or later**
|
|
12
|
+
([LICENSE](LICENSE)). Key obligation to be aware of:
|
|
13
|
+
|
|
14
|
+
- If you **modify** `mcp-api-translator` and **run it to provide a service over a network**, the
|
|
15
|
+
AGPL requires you to make the **complete corresponding source** of your modified version available
|
|
16
|
+
to the users of that service, under the AGPL.
|
|
17
|
+
|
|
18
|
+
If that obligation works for you (e.g. internal use, open-source projects, or you're happy to share
|
|
19
|
+
your modifications), the AGPL is free to use — no need to contact anyone.
|
|
20
|
+
|
|
21
|
+
## 2. Commercial license
|
|
22
|
+
|
|
23
|
+
If you **cannot or do not want to comply with the AGPL** — for example, you want to:
|
|
24
|
+
|
|
25
|
+
- embed `mcp-api-translator` in a **proprietary or closed-source** product,
|
|
26
|
+
- offer it as part of a **hosted/SaaS** product without releasing your modifications, or
|
|
27
|
+
- receive **warranty, indemnity, or support** terms,
|
|
28
|
+
|
|
29
|
+
then a separate **commercial license** is available that removes the AGPL's copyleft obligations.
|
|
30
|
+
|
|
31
|
+
**To request a commercial license,** open a
|
|
32
|
+
[Commercial License Inquiry](https://github.com/krishgok/mcp-api-translator/issues/new?template=commercial-license-inquiry.yml)
|
|
33
|
+
issue. It only starts the conversation — you can ask to continue over private email, and no binding
|
|
34
|
+
terms exist until a written agreement is signed.
|
|
35
|
+
|
|
36
|
+
## 3. Generated-output exception
|
|
37
|
+
|
|
38
|
+
**Code produced by running this tool is yours.**
|
|
39
|
+
|
|
40
|
+
When you use `mcp-api-translator` to generate an MCP-server project, the emitted files necessarily
|
|
41
|
+
contain small, standard code fragments copied from this project's templates. As an explicit,
|
|
42
|
+
irrevocable exception to the AGPL:
|
|
43
|
+
|
|
44
|
+
> The copyright holders grant every user an unlimited, irrevocable, royalty-free license to use,
|
|
45
|
+
> modify, and distribute the **Generated Output** (including any template-derived code it contains)
|
|
46
|
+
> under terms of the user's choosing. Generated Output is **not** considered a derivative work of
|
|
47
|
+
> `mcp-api-translator` for the purposes of the AGPL, and the AGPL's copyleft obligations do **not**
|
|
48
|
+
> extend to it.
|
|
49
|
+
|
|
50
|
+
This exception applies **only** to the output of the tool. It grants no rights in
|
|
51
|
+
`mcp-api-translator`'s own source code, which remains under the AGPL (Section 1) or a commercial
|
|
52
|
+
license (Section 2). Running the tool as a service still falls under Section 1/2 for the tool
|
|
53
|
+
itself; only the _generated project files_ are exempted.
|
|
54
|
+
|
|
55
|
+
## SPDX
|
|
56
|
+
|
|
57
|
+
The npm-published package declares `AGPL-3.0-or-later` in its `license` field. The commercial option
|
|
58
|
+
is offered separately and is not expressed as an SPDX identifier on the public artifact.
|
package/NOTICE
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
mcp-api-translator
|
|
2
|
-
Copyright (c) 2026 krishgok
|
|
3
|
-
|
|
4
|
-
This program is dual-licensed:
|
|
5
|
-
|
|
6
|
-
1. Under the GNU Affero General Public License v3.0 (or later) — see LICENSE.
|
|
7
|
-
2. Under a separate commercial license — see LICENSING.md.
|
|
8
|
-
|
|
9
|
-
You may use this software under the terms of either license. See LICENSING.md
|
|
10
|
-
for details, including the generated-output exception (code emitted by running
|
|
11
|
-
this tool is not subject to the AGPL).
|
|
12
|
-
|
|
13
|
-
Redistributions in source or binary form must retain this NOTICE file alongside
|
|
14
|
-
the LICENSE file.
|
|
15
|
-
|
|
16
|
-
"mcp-api-translator" is the project name used by the original author. The
|
|
17
|
-
licenses grant rights to use, modify, and distribute the software; they do not
|
|
18
|
-
grant rights to use the project name to endorse or promote derivative works
|
|
19
|
-
without prior written permission.
|
|
1
|
+
mcp-api-translator
|
|
2
|
+
Copyright (c) 2026 krishgok
|
|
3
|
+
|
|
4
|
+
This program is dual-licensed:
|
|
5
|
+
|
|
6
|
+
1. Under the GNU Affero General Public License v3.0 (or later) — see LICENSE.
|
|
7
|
+
2. Under a separate commercial license — see LICENSING.md.
|
|
8
|
+
|
|
9
|
+
You may use this software under the terms of either license. See LICENSING.md
|
|
10
|
+
for details, including the generated-output exception (code emitted by running
|
|
11
|
+
this tool is not subject to the AGPL).
|
|
12
|
+
|
|
13
|
+
Redistributions in source or binary form must retain this NOTICE file alongside
|
|
14
|
+
the LICENSE file.
|
|
15
|
+
|
|
16
|
+
"mcp-api-translator" is the project name used by the original author. The
|
|
17
|
+
licenses grant rights to use, modify, and distribute the software; they do not
|
|
18
|
+
grant rights to use the project name to endorse or promote derivative works
|
|
19
|
+
without prior written permission.
|