fedramp-20x-mcp 0.4.8__py3-none-any.whl

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.
Files changed (55) hide show
  1. fedramp_20x_mcp/__init__.py +14 -0
  2. fedramp_20x_mcp/__main__.py +12 -0
  3. fedramp_20x_mcp/data_loader.py +673 -0
  4. fedramp_20x_mcp/prompts/__init__.py +62 -0
  5. fedramp_20x_mcp/prompts/api_design_guide.txt +432 -0
  6. fedramp_20x_mcp/prompts/ato_package_checklist.txt +75 -0
  7. fedramp_20x_mcp/prompts/audit_preparation.txt +592 -0
  8. fedramp_20x_mcp/prompts/authorization_boundary_review.txt +76 -0
  9. fedramp_20x_mcp/prompts/azure_ksi_automation.txt +997 -0
  10. fedramp_20x_mcp/prompts/continuous_monitoring_setup.txt +61 -0
  11. fedramp_20x_mcp/prompts/documentation_generator.txt +499 -0
  12. fedramp_20x_mcp/prompts/gap_analysis.txt +25 -0
  13. fedramp_20x_mcp/prompts/initial_assessment_roadmap.txt +202 -0
  14. fedramp_20x_mcp/prompts/ksi_implementation_priorities.txt +283 -0
  15. fedramp_20x_mcp/prompts/migration_from_rev5.txt +440 -0
  16. fedramp_20x_mcp/prompts/quarterly_review_checklist.txt +231 -0
  17. fedramp_20x_mcp/prompts/significant_change_assessment.txt +50 -0
  18. fedramp_20x_mcp/prompts/vendor_evaluation.txt +349 -0
  19. fedramp_20x_mcp/prompts/vulnerability_remediation_timeline.txt +45 -0
  20. fedramp_20x_mcp/server.py +270 -0
  21. fedramp_20x_mcp/templates/__init__.py +75 -0
  22. fedramp_20x_mcp/templates/bicep/afr.txt +33 -0
  23. fedramp_20x_mcp/templates/bicep/cna.txt +48 -0
  24. fedramp_20x_mcp/templates/bicep/generic.txt +47 -0
  25. fedramp_20x_mcp/templates/bicep/iam.txt +211 -0
  26. fedramp_20x_mcp/templates/bicep/mla.txt +82 -0
  27. fedramp_20x_mcp/templates/bicep/rpl.txt +44 -0
  28. fedramp_20x_mcp/templates/bicep/svc.txt +54 -0
  29. fedramp_20x_mcp/templates/code/generic_csharp.txt +65 -0
  30. fedramp_20x_mcp/templates/code/generic_powershell.txt +65 -0
  31. fedramp_20x_mcp/templates/code/generic_python.txt +63 -0
  32. fedramp_20x_mcp/templates/code/iam_csharp.txt +150 -0
  33. fedramp_20x_mcp/templates/code/iam_powershell.txt +162 -0
  34. fedramp_20x_mcp/templates/code/iam_python.txt +224 -0
  35. fedramp_20x_mcp/templates/code/mla_python.txt +124 -0
  36. fedramp_20x_mcp/templates/terraform/afr.txt +29 -0
  37. fedramp_20x_mcp/templates/terraform/cna.txt +50 -0
  38. fedramp_20x_mcp/templates/terraform/generic.txt +40 -0
  39. fedramp_20x_mcp/templates/terraform/iam.txt +219 -0
  40. fedramp_20x_mcp/templates/terraform/mla.txt +29 -0
  41. fedramp_20x_mcp/templates/terraform/rpl.txt +32 -0
  42. fedramp_20x_mcp/templates/terraform/svc.txt +46 -0
  43. fedramp_20x_mcp/tools/__init__.py +167 -0
  44. fedramp_20x_mcp/tools/definitions.py +154 -0
  45. fedramp_20x_mcp/tools/documentation.py +155 -0
  46. fedramp_20x_mcp/tools/enhancements.py +2256 -0
  47. fedramp_20x_mcp/tools/evidence.py +701 -0
  48. fedramp_20x_mcp/tools/export.py +753 -0
  49. fedramp_20x_mcp/tools/ksi.py +90 -0
  50. fedramp_20x_mcp/tools/requirements.py +163 -0
  51. fedramp_20x_mcp-0.4.8.dist-info/METADATA +877 -0
  52. fedramp_20x_mcp-0.4.8.dist-info/RECORD +55 -0
  53. fedramp_20x_mcp-0.4.8.dist-info/WHEEL +4 -0
  54. fedramp_20x_mcp-0.4.8.dist-info/entry_points.txt +2 -0
  55. fedramp_20x_mcp-0.4.8.dist-info/licenses/LICENSE +27 -0
@@ -0,0 +1,55 @@
1
+ fedramp_20x_mcp/__init__.py,sha256=HiRmcDkYd-VVC2UzZ4Pyau_OkNb9XwIYC9g1R65UsBM,310
2
+ fedramp_20x_mcp/__main__.py,sha256=1BhGav_jNqjY2jmQ3OmIDL71z8RD_8nBES-5FTpNq3w,202
3
+ fedramp_20x_mcp/data_loader.py,sha256=zGATndABkH-fU8hx67A3MWmKijc2kE--yFv-0nzZpsQ,27417
4
+ fedramp_20x_mcp/server.py,sha256=FmG1e4Anc4PuWHDvo9X4tyJwdXsaceSf3K8oC_nQACc,7819
5
+ fedramp_20x_mcp/prompts/__init__.py,sha256=2BlRdnIvZjxWVMgm74Uuk1kqR92yKi4UFXwGJPLUdJk,1780
6
+ fedramp_20x_mcp/prompts/api_design_guide.txt,sha256=V3K3gt60i-HC0gNOzfKUjgoPATzYM89kLhCWr3Bg-D8,9569
7
+ fedramp_20x_mcp/prompts/ato_package_checklist.txt,sha256=5u1TEtLEfdgUE40VWH6fhG8FzzixErN1wMQdVHPLHzQ,2404
8
+ fedramp_20x_mcp/prompts/audit_preparation.txt,sha256=PpSKs_2XcSqeZagHnjDvhGcIFfJzPr71l4tihJopnWI,16316
9
+ fedramp_20x_mcp/prompts/authorization_boundary_review.txt,sha256=hkhwhdq5edxNngv7-o_cuQEvNpQbpM93Whzg1kpRbOU,2416
10
+ fedramp_20x_mcp/prompts/azure_ksi_automation.txt,sha256=binqmzGJXIAgGwC-FtSShKp-mwpiExf5NNpXZzASd20,28092
11
+ fedramp_20x_mcp/prompts/continuous_monitoring_setup.txt,sha256=AJ-6SOV53lSiyEo0Z6RhXil49egfq4G0idpsMEgFeFo,1952
12
+ fedramp_20x_mcp/prompts/documentation_generator.txt,sha256=WtfcNqYI_UDuCJTwfmbngHodSC77fXLIem9DFLfzIIw,13163
13
+ fedramp_20x_mcp/prompts/gap_analysis.txt,sha256=CzzNoxguuc2fahWXecOxO0f24S9iudk3ntZszRk0GS4,1006
14
+ fedramp_20x_mcp/prompts/initial_assessment_roadmap.txt,sha256=pd0Fx1OiqO95d9WvZymmhlrNuJ8LL83w6-d0OE5TwHc,6568
15
+ fedramp_20x_mcp/prompts/ksi_implementation_priorities.txt,sha256=1qRGdFpbrq8-GCwPqmlJnCPGgQsy6oKmQ9CFStPs1A0,8564
16
+ fedramp_20x_mcp/prompts/migration_from_rev5.txt,sha256=c9HNQr6ESrmec0TG-kz_tQbiShoojo-cpa6FrMhF7lY,12639
17
+ fedramp_20x_mcp/prompts/quarterly_review_checklist.txt,sha256=C4s4ApBNTDmal0zNCxrudrfWTyfTx1jtsuJrdIxNpAE,7259
18
+ fedramp_20x_mcp/prompts/significant_change_assessment.txt,sha256=Na5irUPfjAd5IQu9_SD9lv2y1iVtKIuv1HkDrQ2W9sM,1838
19
+ fedramp_20x_mcp/prompts/vendor_evaluation.txt,sha256=7RGBBCxDvPWPSFcNshEXysuSh2-wCIcwr-CIYocvkVM,10891
20
+ fedramp_20x_mcp/prompts/vulnerability_remediation_timeline.txt,sha256=PRxllJOwqLdNaul4mUYSuW5RvxSslYjF2fVYw1HnAPs,1700
21
+ fedramp_20x_mcp/templates/__init__.py,sha256=rC86iwnTPFfoUueXBcQnSPVm-YGGlvyyppuynmzIEIY,2241
22
+ fedramp_20x_mcp/templates/bicep/afr.txt,sha256=YKeTYS7jSHkQudvyTywoTTb36GUnKgo_xjlMiKxh1dM,947
23
+ fedramp_20x_mcp/templates/bicep/cna.txt,sha256=2OXxjtRyzKt6QskuOOqZnC3frCnJsxoDLAG-AUw_x2E,1092
24
+ fedramp_20x_mcp/templates/bicep/generic.txt,sha256=CGgomRTuDzv9pjpKSZ_bjs39PV_g6dSy8pl7BeRDiQ8,1157
25
+ fedramp_20x_mcp/templates/bicep/iam.txt,sha256=m1VEeLypRqPk7PNHMp1HcsE97ZV5C0cGJJCP2Xz6l00,6110
26
+ fedramp_20x_mcp/templates/bicep/mla.txt,sha256=nS4Dhd7Exiz0VtCVs7OO8wGGkqUY6brlvt0yn4ZCacM,2137
27
+ fedramp_20x_mcp/templates/bicep/rpl.txt,sha256=SUn1e6bKubbsup5g8uUp5OwQDemC7ra6l48uS-9G8wI,1089
28
+ fedramp_20x_mcp/templates/bicep/svc.txt,sha256=bsP1s6_1AfiuRsHp4uyfqPO8p5HvBR96bNFFlGFk8y0,1247
29
+ fedramp_20x_mcp/templates/code/generic_csharp.txt,sha256=AHxM7KOSQrwbbNdAPyM-C3id4NgeSBtd_wx0_A5ttis,1893
30
+ fedramp_20x_mcp/templates/code/generic_powershell.txt,sha256=SNOTMsSfNRXU-sMCXZUxSejyPmRnSjF3RoxXaDpuRZ0,1515
31
+ fedramp_20x_mcp/templates/code/generic_python.txt,sha256=yAfUjwpgG_9qRxMXKD8KvCZGO5DNxAAcQ6F0-JupQ8A,1724
32
+ fedramp_20x_mcp/templates/code/iam_csharp.txt,sha256=xi98VLEk4NE14GUxzXXJLFmjvxSMN0d7Q5qhQ_pQIWg,4648
33
+ fedramp_20x_mcp/templates/code/iam_powershell.txt,sha256=P9fLBiXtUbBzSmkxMk2x3JEj9hkYsL-SULUEdMBdZbc,4601
34
+ fedramp_20x_mcp/templates/code/iam_python.txt,sha256=jG3k8wVaxHqv1q0661nXM7Cyk3pntVEgpl1Jeisv-fA,7694
35
+ fedramp_20x_mcp/templates/code/mla_python.txt,sha256=BLaOfQk4VDsdovim42P-bdpXwYC_BsRETW0UhXE64gU,3869
36
+ fedramp_20x_mcp/templates/terraform/afr.txt,sha256=DgHtjQNiPCMLuyW24O0KiCeKem6rx-U16NyYG0Lixng,865
37
+ fedramp_20x_mcp/templates/terraform/cna.txt,sha256=4QQ3qPTEl553Yur0Gt7Chjturct0rgLBNZfa97ulWRo,1164
38
+ fedramp_20x_mcp/templates/terraform/generic.txt,sha256=AE21KsLnOIM19U5mP6ZM-0ySFqMESXO6tW7hAY9vCXk,1162
39
+ fedramp_20x_mcp/templates/terraform/iam.txt,sha256=hMC2aFHjnpknqw4btKuz75rcH3G1G_Aq5NMWmbyUx4c,6418
40
+ fedramp_20x_mcp/templates/terraform/mla.txt,sha256=HaFz4wxaZW5tjEruE11kypxXWWkU4myxSFF6PAjem5Q,955
41
+ fedramp_20x_mcp/templates/terraform/rpl.txt,sha256=FnJZsabPSQ_PUKclUm6LQ9s97SjuFh6MvTXqkx0z994,775
42
+ fedramp_20x_mcp/templates/terraform/svc.txt,sha256=cDm0jkVthI9uXYYO3VKXvElVKW1DTkSUdMOqeNYb1G4,1309
43
+ fedramp_20x_mcp/tools/__init__.py,sha256=TI9JNakqNvtjGbU5e6XeYw4nIXGgjkjGzxvPy0Cn2WE,7649
44
+ fedramp_20x_mcp/tools/definitions.py,sha256=yrDxahSHF3m3kIdxJDd3ZfYiIaBtwWY8g1otUWB8H_0,5027
45
+ fedramp_20x_mcp/tools/documentation.py,sha256=924nSo-Mrdl6slD-RLBbTz6PtPNcoHpOPIDQ40vaNeg,5695
46
+ fedramp_20x_mcp/tools/enhancements.py,sha256=wu-cq66_ZjrvEKLkEvSEmUwjn62001vN_E5kZMVH8c0,74441
47
+ fedramp_20x_mcp/tools/evidence.py,sha256=JpOqj1g0yIZ6dTKCb6DdttzHYmRBfyvPywSl_qQSZR0,25049
48
+ fedramp_20x_mcp/tools/export.py,sha256=-66f0aHzmqmXx3OrfYiLwMCqedfU_jlU2woYQE5eI8E,30190
49
+ fedramp_20x_mcp/tools/ksi.py,sha256=8yqJj-gERt9NECpqh0sgxpIW3U5KQ4rVBBlorvwgncE,2704
50
+ fedramp_20x_mcp/tools/requirements.py,sha256=8ssfW6lIzp2gqqJKtQBCbJkNi6GBvX_AFiHYkahj7TY,5485
51
+ fedramp_20x_mcp-0.4.8.dist-info/METADATA,sha256=tFU5qOtnMHZYEIMC-0maNvxxsu3BqbOCP518I8jqIN8,35009
52
+ fedramp_20x_mcp-0.4.8.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
53
+ fedramp_20x_mcp-0.4.8.dist-info/entry_points.txt,sha256=ku3K5oNRXJgVVaQ9d-kYcYtKKjva3JxpfHAvluCwGjQ,57
54
+ fedramp_20x_mcp-0.4.8.dist-info/licenses/LICENSE,sha256=iepwvm0WVpZDHs-X-okyLuLwWiy1bKYw5ug1-OVCUcE,1322
55
+ fedramp_20x_mcp-0.4.8.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.28.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ fedramp-20x-mcp = fedramp_20x_mcp:main
@@ -0,0 +1,27 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 FedRAMP 20x MCP Server Contributors
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
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:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
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.
22
+
23
+ ---
24
+
25
+ This project uses FedRAMP 20x requirements data from the official FedRAMP
26
+ documentation repository (https://github.com/FedRAMP/docs), which is provided
27
+ by the U.S. General Services Administration as public domain content.