Package ifcmcp as a HTML client-side chat app (#7697)

This commit is contained in:
Thomas Krijnen
2026-02-20 21:54:16 +01:00
committed by GitHub
parent d4ac3c36ce
commit 2dde62803d
11 changed files with 1176 additions and 127 deletions
+4 -1
View File
@@ -14,7 +14,10 @@ classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",
]
dependencies = ["ifcopenshell", "ifcquery", "ifcedit", "mcp"]
dependencies = ["ifcopenshell", "ifcquery", "ifcedit"]
[project.optional-dependencies]
mcp = ["mcp"]
[project.urls]
Homepage = "http://ifcopenshell.org"