From 07ef90cd9385294dfdd81982b0e3948c9fac364e Mon Sep 17 00:00:00 2001 From: hdonapatiCBS Date: Wed, 22 Jul 2026 11:26:56 -0500 Subject: [PATCH 1/2] Fix LICENSE so GitHub/Glama detect it as MIT GitHub classified the license as "Other" because a non-standard "Author:" line was inserted into the MIT template body, breaking the matcher. Fold the attribution into the copyright line (still recognized as MIT) across the root and the two publishable package LICENSE files. Unblocks Glama's "cannot be installed" (license F) check. Co-Authored-By: Claude Opus 4.8 (1M context) --- LICENSE | 3 +-- packages/roku-dev-studio-api/LICENSE | 3 +-- packages/roku-dev-studio-remote-server/LICENSE | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/LICENSE b/LICENSE index 9000780..78aecef 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,6 @@ MIT License -Copyright (c) 2026 Paramount Streaming -Author: Hareendra Donapati +Copyright (c) 2026 Paramount Streaming (Hareendra Donapati) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/packages/roku-dev-studio-api/LICENSE b/packages/roku-dev-studio-api/LICENSE index 9000780..78aecef 100644 --- a/packages/roku-dev-studio-api/LICENSE +++ b/packages/roku-dev-studio-api/LICENSE @@ -1,7 +1,6 @@ MIT License -Copyright (c) 2026 Paramount Streaming -Author: Hareendra Donapati +Copyright (c) 2026 Paramount Streaming (Hareendra Donapati) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/packages/roku-dev-studio-remote-server/LICENSE b/packages/roku-dev-studio-remote-server/LICENSE index 9000780..78aecef 100644 --- a/packages/roku-dev-studio-remote-server/LICENSE +++ b/packages/roku-dev-studio-remote-server/LICENSE @@ -1,7 +1,6 @@ MIT License -Copyright (c) 2026 Paramount Streaming -Author: Hareendra Donapati +Copyright (c) 2026 Paramount Streaming (Hareendra Donapati) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From 8c7866b8447752f5efe25eaacc3d7e88db0b286a Mon Sep 17 00:00:00 2001 From: hdonapatiCBS Date: Wed, 22 Jul 2026 11:29:29 -0500 Subject: [PATCH 2/2] Add Glama score badge to README badge row Live score badge alongside the existing shields; auto-updates as the Glama grade improves once the LICENSE fix lands and the listing re-scans. Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a0b3e8e..10f4dbb 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ ![Version](https://img.shields.io/github/package-json/v/paramount-engineering/roku-dev-studio?filename=apps%2Froku-dev-studio%2Fpackage.json&label=version&color=purple) ![Electron](https://img.shields.io/github/package-json/dependency-version/paramount-engineering/roku-dev-studio/dev/electron?filename=apps%2Froku-dev-studio%2Fpackage.json&color=green) ![License](https://img.shields.io/badge/license-MIT-lightgrey) +[![roku-dev-studio MCP server](https://glama.ai/mcp/servers/paramount-engineering/roku-dev-studio/badges/score.svg)](https://glama.ai/mcp/servers/paramount-engineering/roku-dev-studio) A comprehensive cross-platform desktop application for controlling and developing on Roku devices over your local network or via remote server using the External Control Protocol (ECP).